#31186C

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

Shades of Persian Indigo #31186C

Tints of Persian Indigo #31186C

Color information

#31186C (or 0x31186C) is unknown color: approx Persian Indigo. HEX triplet: 31, 18 and 6C. RGB value is (49,24,108). Sum of RGB (Red+Green+Blue) = 49+24+108=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #31186C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31186C is #CEE793. Grayscale: #282828. Windows color (decimal): -13559700 or 7084081. OLE color: 7084081.

HSL color Cylindrical-coordinate representation of color #31186C: hue angle of 257.86º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31186C is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4924108-
CMYK0.550.7800.58
HSL257.86º63.64%25.88%-
HSV(B)257.86º77.78%42.35%-
XYZ4.32.3914.42-
YUV41.05165.78133.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.07%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 108 (42.58% from 255) = 59.67%
R=27.07%
G=13.26%
B=59.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49241080.550.7800.58257.8663.6425.88
Hex31186C374E03A102401a
Octal61301546711607240210032
Binary11000111000110110011011110011100111010100000010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,24,108); }

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

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

 a { background-color: rgb(49,24,108); }

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

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

 span { border-color: rgb(49,24,108); }

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