#31086C

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

Shades of Persian Indigo #31086C

Tints of Persian Indigo #31086C

Color information

#31086C (or 0x31086C) is unknown color: approx Persian Indigo. HEX triplet: 31, 08 and 6C. RGB value is (49,8,108). Sum of RGB (Red+Green+Blue) = 49+8+108=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #31086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31086C is #CEF793. Grayscale: #1F1F1F. Windows color (decimal): -13563796 or 7079985. OLE color: 7079985.

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

Color convert

RGB498108-
CMYK0.550.9300.58
HSL264.6º86.21%22.75%-
HSV(B)264.6º92.59%42.35%-
XYZ4.061.9114.34-
YUV31.66171.08140.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.70%
GREEN value IS 8 (3.52% from 255) = 4.85%
BLUE value IS 108 (42.58% from 255) = 65.45%
R=29.70%
G=4.85%
B=65.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4981080.550.9300.58264.686.2122.75
Hex3186C375D03A1095617
Octal61101546713507241112627
Binary1100011000110110011011110111010111010100001001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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