#312688

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

Shades of Persian Indigo #312688

Tints of Persian Indigo #312688

Color information

#312688 (or 0x312688) is unknown color: approx Persian Indigo. HEX triplet: 31, 26 and 88. RGB value is (49,38,136). Sum of RGB (Red+Green+Blue) = 49+38+136=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 136 (53.52% from 255 or 60.99% from 223); Max value from RGB is 136 - color contains mainly: blue. Hex color #312688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312688 is #CED977. Grayscale: #343434. Windows color (decimal): -13556088 or 8922673. OLE color: 8922673.

HSL color Cylindrical-coordinate representation of color #312688: hue angle of 246.73º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #312688 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4938136-
CMYK0.640.7200.47
HSL246.73º56.32%34.12%-
HSV(B)246.73º72.06%53.33%-
XYZ6.43.8223.69-
YUV52.46175.14125.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 136 (53.52% from 255) = 60.99%
R=21.97%
G=17.04%
B=60.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49381360.640.7200.47246.7356.3234.12
Hex312688404802Ff73822
Octal61462101001100573677042
Binary1100011001101000100010000001001000010111111110111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312688; }

 p { color: rgb(49,38,136); }

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

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

 a { background-color: rgb(49,38,136); }

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

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

 span { border-color: rgb(49,38,136); }

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