#31166F

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

Shades of Persian Indigo #31166F

Tints of Persian Indigo #31166F

Color information

#31166F (or 0x31166F) is unknown color: approx Persian Indigo. HEX triplet: 31, 16 and 6F. RGB value is (49,22,111). Sum of RGB (Red+Green+Blue) = 49+22+111=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 111 (43.75% from 255 or 60.99% from 182); Max value from RGB is 111 - color contains mainly: blue. Hex color #31166F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31166F is #CEE990. Grayscale: #272727. Windows color (decimal): -13560209 or 7280177. OLE color: 7280177.

HSL color Cylindrical-coordinate representation of color #31166F: hue angle of 258.2º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31166F is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4922111-
CMYK0.560.8000.56
HSL258.2º66.92%26.08%-
HSV(B)258.2º80.18%43.53%-
XYZ4.422.3715.26-
YUV40.22167.95134.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.92%
GREEN value IS 22 (8.98% from 255) = 12.09%
BLUE value IS 111 (43.75% from 255) = 60.99%
R=26.92%
G=12.09%
B=60.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49221110.560.8000.56258.266.9226.08
Hex31166F3850038102431a
Octal61261577012007040210332
Binary11000110110110111111100010100000111000100000010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31166F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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