#31118C

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

Shades of Persian Indigo #31118C

Tints of Persian Indigo #31118C

Color information

#31118C (or 0x31118C) is unknown color: approx Persian Indigo. HEX triplet: 31, 11 and 8C. RGB value is (49,17,140). Sum of RGB (Red+Green+Blue) = 49+17+140=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #31118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31118C is #CEEE73. Grayscale: #282828. Windows color (decimal): -13561460 or 9179441. OLE color: 9179441.

HSL color Cylindrical-coordinate representation of color #31118C: hue angle of 255.61º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31118C is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4917140-
CMYK0.650.8800.45
HSL255.61º78.34%30.78%-
HSV(B)255.61º87.86%54.9%-
XYZ6.22.9525.05-
YUV40.59184.1134-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 17 (7.03% from 255) = 8.25%
BLUE value IS 140 (55.08% from 255) = 67.96%
R=23.79%
G=8.25%
B=67.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49171400.650.8800.45255.6178.3430.78
Hex31118C415802D1004e1f
Octal612121410113005540011637
Binary1100011000110001100100000110110000101101100000000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31118C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,17,140); }

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

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

 a { background-color: rgb(49,17,140); }

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

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

 span { border-color: rgb(49,17,140); }

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