#31166D

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

Shades of Persian Indigo #31166D

Tints of Persian Indigo #31166D

Color information

#31166D (or 0x31166D) is unknown color: approx Persian Indigo. HEX triplet: 31, 16 and 6D. RGB value is (49,22,109). Sum of RGB (Red+Green+Blue) = 49+22+109=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 109 (42.97% from 255 or 60.56% from 180); Max value from RGB is 109 - color contains mainly: blue. Hex color #31166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31166D is #CEE992. Grayscale: #272727. Windows color (decimal): -13560211 or 7149105. OLE color: 7149105.

HSL color Cylindrical-coordinate representation of color #31166D: hue angle of 258.62º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31166D is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4922109-
CMYK0.550.8000.57
HSL258.62º66.41%25.69%-
HSV(B)258.62º79.82%42.75%-
XYZ4.312.3314.69-
YUV39.99166.95134.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.22%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 109 (42.97% from 255) = 60.56%
R=27.22%
G=12.22%
B=60.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49221090.550.8000.57258.6266.4125.69
Hex31166D3750039103421a
Octal61261556712007140310232
Binary11000110110110110111011110100000111001100000011100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31166D; }

 p { color: rgb(49,22,109); }

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

<style>
 a { background-color: #31166D; }

 a { background-color: rgb(49,22,109); }

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

<style>
 span { border-color: #31166D; }

 span { border-color: rgb(49,22,109); }

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