#31116B

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

Shades of Persian Indigo #31116B

Tints of Persian Indigo #31116B

Color information

#31116B (or 0x31116B) is unknown color: approx Persian Indigo. HEX triplet: 31, 11 and 6B. RGB value is (49,17,107). Sum of RGB (Red+Green+Blue) = 49+17+107=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #31116B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31116B is #CEEE94. Grayscale: #242424. Windows color (decimal): -13561493 or 7016753. OLE color: 7016753.

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

Color convert

RGB4917107-
CMYK0.540.8400.58
HSL261.33º72.58%24.31%-
HSV(B)261.33º84.11%41.96%-
XYZ4.122.1214.1-
YUV36.83167.6136.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.32%
GREEN value IS 17 (7.03% from 255) = 9.83%
BLUE value IS 107 (42.19% from 255) = 61.85%
R=28.32%
G=9.83%
B=61.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49171070.540.8400.58261.3372.5824.31
Hex31116B365403A1054918
Octal61211536612407240511130
Binary11000110001110101111011010101000111010100000101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31116B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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