#312CAC

Color #312CAC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #312CAC

Tints of Persian Blue #312CAC

Color information

#312CAC (or 0x312CAC) is unknown color: approx Persian Blue. HEX triplet: 31, 2C and AC. RGB value is (49,44,172). Sum of RGB (Red+Green+Blue) = 49+44+172=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #312CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312CAC is #CED353. Grayscale: #3B3B3B. Windows color (decimal): -13554516 or 11283505. OLE color: 11283505.

HSL color Cylindrical-coordinate representation of color #312CAC: hue angle of 242.34º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #312CAC is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4944172-
CMYK0.720.7400.33
HSL242.34º59.26%42.35%-
HSV(B)242.34º74.42%67.45%-
XYZ9.615.4339.57-
YUV60.09191.16120.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 44 (17.58% from 255) = 16.60%
BLUE value IS 172 (67.58% from 255) = 64.91%
R=18.49%
G=16.60%
B=64.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49441720.720.7400.33242.3459.2642.35
Hex312CAC484A021f23b2a
Octal61542541101120413627352
Binary1100011011001010110010010001001010010000111110010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312CAC; }

 p { color: rgb(49,44,172); }

 H1.HeaderClassName
 {
   color: #312CAC;
 }
 .AnyTagClassName
 {
   color: #312CAC;
 }
</style>
background-color css

<style>
 a { background-color: #312CAC; }

 a { background-color: rgb(49,44,172); }

 div.DivClassName
 {
   background-color: #312CAC;
 }
 .BgClassName
 {
   background-color: #312CAC;
 }
</style>
border-color css

<style>
 span { border-color: #312CAC; }

 span { border-color: rgb(49,44,172); }

 td.TdClassName
 {
   border-color: #312CAC;
 }
 .TagClassName
 {
   border-color: #312CAC;
 }
</style>