#31237C

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

Shades of Persian Indigo #31237C

Tints of Persian Indigo #31237C

Color information

#31237C (or 0x31237C) is unknown color: approx Persian Indigo. HEX triplet: 31, 23 and 7C. RGB value is (49,35,124). Sum of RGB (Red+Green+Blue) = 49+35+124=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #31237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31237C is #CEDC83. Grayscale: #303030. Windows color (decimal): -13556868 or 8135473. OLE color: 8135473.

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

Color convert

RGB4935124-
CMYK0.600.7200.51
HSL249.44º55.97%31.18%-
HSV(B)249.44º71.77%48.63%-
XYZ5.513.3119.42-
YUV49.33170.14127.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 124 (48.83% from 255) = 59.62%
R=23.56%
G=16.83%
B=59.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49351240.600.7200.51249.4455.9731.18
Hex31237C3C48033f9381f
Octal6143174741100633717037
Binary1100011000111111100111100100100001100111111100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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