#311770

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

Shades of Persian Indigo #311770

Tints of Persian Indigo #311770

Color information

#311770 (or 0x311770) is unknown color: approx Persian Indigo. HEX triplet: 31, 17 and 70. RGB value is (49,23,112). Sum of RGB (Red+Green+Blue) = 49+23+112=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #311770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311770 is #CEE88F. Grayscale: #282828. Windows color (decimal): -13559952 or 7345969. OLE color: 7345969.

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

Color convert

RGB4923112-
CMYK0.560.7900.56
HSL257.53º65.93%26.47%-
HSV(B)257.53º79.46%43.92%-
XYZ4.52.4415.56-
YUV40.92168.11133.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.63%
GREEN value IS 23 (9.38% from 255) = 12.5%
BLUE value IS 112 (44.14% from 255) = 60.87%
R=26.63%
G=12.5%
B=60.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49231120.560.7900.56257.5365.9326.47
Hex311770384F038102421a
Octal61271607011707040210232
Binary11000110111111000011100010011110111000100000010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311770; }

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

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

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

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

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

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

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

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