#31166B

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

Shades of Persian Indigo #31166B

Tints of Persian Indigo #31166B

Color information

#31166B (or 0x31166B) is unknown color: approx Persian Indigo. HEX triplet: 31, 16 and 6B. RGB value is (49,22,107). Sum of RGB (Red+Green+Blue) = 49+22+107=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 107 (42.19% from 255 or 60.11% from 178); Max value from RGB is 107 - color contains mainly: blue. Hex color #31166B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31166B is #CEE994. Grayscale: #272727. Windows color (decimal): -13560213 or 7018033. OLE color: 7018033.

HSL color Cylindrical-coordinate representation of color #31166B: hue angle of 259.06º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31166B is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4922107-
CMYK0.540.7900.58
HSL259.06º65.89%25.29%-
HSV(B)259.06º79.44%41.96%-
XYZ4.212.2914.13-
YUV39.76165.95134.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.53%
GREEN value IS 22 (8.98% from 255) = 12.36%
BLUE value IS 107 (42.19% from 255) = 60.11%
R=27.53%
G=12.36%
B=60.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49221070.540.7900.58259.0665.8925.29
Hex31166B364F03A1034219
Octal61261536611707240310231
Binary11000110110110101111011010011110111010100000011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31166B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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