#311170

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

Shades of Persian Indigo #311170

Tints of Persian Indigo #311170

Color information

#311170 (or 0x311170) is unknown color: approx Persian Indigo. HEX triplet: 31, 11 and 70. RGB value is (49,17,112). Sum of RGB (Red+Green+Blue) = 49+17+112=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #311170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311170 is #CEEE8F. Grayscale: #252525. Windows color (decimal): -13561488 or 7344433. OLE color: 7344433.

HSL color Cylindrical-coordinate representation of color #311170: hue angle of 260.21º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311170 is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4917112-
CMYK0.560.8500.56
HSL260.21º73.64%25.29%-
HSV(B)260.21º84.82%43.92%-
XYZ4.392.2215.53-
YUV37.4170.1136.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.53%
GREEN value IS 17 (7.03% from 255) = 9.55%
BLUE value IS 112 (44.14% from 255) = 62.92%
R=27.53%
G=9.55%
B=62.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49171120.560.8500.56260.2173.6425.29
Hex31117038550381044a19
Octal61211607012507040411231
Binary11000110001111000011100010101010111000100000100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311170; }

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

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

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

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

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

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

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

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