#312AA8

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

Shades of Persian Blue #312AA8

Tints of Persian Blue #312AA8

Color information

#312AA8 (or 0x312AA8) is unknown color: approx Persian Blue. HEX triplet: 31, 2A and A8. RGB value is (49,42,168). Sum of RGB (Red+Green+Blue) = 49+42+168=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 168 (66.02% from 255 or 64.86% from 259); Max value from RGB is 168 - color contains mainly: blue. Hex color #312AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312AA8 is #CED557. Grayscale: #393939. Windows color (decimal): -13555032 or 11020849. OLE color: 11020849.

HSL color Cylindrical-coordinate representation of color #312AA8: hue angle of 243.33º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #312AA8 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4942168-
CMYK0.710.7500.34
HSL243.33º60%41.18%-
HSV(B)243.33º75%65.88%-
XYZ9.165.1437.55-
YUV58.46189.82121.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 42 (16.80% from 255) = 16.22%
BLUE value IS 168 (66.02% from 255) = 64.86%
R=18.92%
G=16.22%
B=64.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal49421680.710.7500.34243.336041.18
Hex312AA8474B022f33c29
Octal61522501071130423637451
Binary1100011010101010100010001111001011010001011110011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,42,168); }

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

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

 a { background-color: rgb(49,42,168); }

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

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

 span { border-color: rgb(49,42,168); }

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