#31207C

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

Shades of Persian Indigo #31207C

Tints of Persian Indigo #31207C

Color information

#31207C (or 0x31207C) is unknown color: approx Persian Indigo. HEX triplet: 31, 20 and 7C. RGB value is (49,32,124). Sum of RGB (Red+Green+Blue) = 49+32+124=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #31207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31207C is #CEDF83. Grayscale: #2F2F2F. Windows color (decimal): -13557636 or 8134705. OLE color: 8134705.

HSL color Cylindrical-coordinate representation of color #31207C: hue angle of 251.09º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31207C is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4932124-
CMYK0.600.7400.51
HSL251.09º58.97%30.59%-
HSV(B)251.09º74.19%48.63%-
XYZ5.423.1419.39-
YUV47.57171.13129.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 124 (48.83% from 255) = 60.49%
R=23.90%
G=15.61%
B=60.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49321240.600.7400.51251.0958.9730.59
Hex31207C3C4A033fb3b1f
Octal6140174741120633737337
Binary1100011000001111100111100100101001100111111101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31207C; }

 p { color: rgb(49,32,124); }

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

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

 a { background-color: rgb(49,32,124); }

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

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

 span { border-color: rgb(49,32,124); }

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