#311799

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

Shades of Persian Indigo #311799

Tints of Persian Indigo #311799

Color information

#311799 (or 0x311799) is unknown color: approx Persian Indigo. HEX triplet: 31, 17 and 99. RGB value is (49,23,153). Sum of RGB (Red+Green+Blue) = 49+23+153=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #311799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311799 is #CEE866. Grayscale: #2D2D2D. Windows color (decimal): -13559911 or 10032945. OLE color: 10032945.

HSL color Cylindrical-coordinate representation of color #311799: hue angle of 252º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311799 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4923153-
CMYK0.680.8500.4
HSL252º73.86%34.51%-
HSV(B)252º84.97%60%-
XYZ7.323.5730.44-
YUV45.59188.61130.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 23 (9.38% from 255) = 10.22%
BLUE value IS 153 (60.16% from 255) = 68%
R=21.78%
G=10.22%
B=68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal49231530.680.8500.425273.8634.51
Hex3117994455028fc4a23
Octal612723110412505037411243
Binary1100011011110011001100010010101010101000111111001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311799; }

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

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

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

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

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

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

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

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