#311699

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

Shades of Persian Indigo #311699

Tints of Persian Indigo #311699

Color information

#311699 (or 0x311699) is unknown color: approx Persian Indigo. HEX triplet: 31, 16 and 99. RGB value is (49,22,153). Sum of RGB (Red+Green+Blue) = 49+22+153=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #311699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311699 is #CEE966. Grayscale: #2C2C2C. Windows color (decimal): -13560167 or 10032689. OLE color: 10032689.

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

Color convert

RGB4922153-
CMYK0.680.8600.4
HSL252.37º74.86%34.31%-
HSV(B)252.37º85.62%60%-
XYZ7.33.5330.43-
YUV45.01188.95130.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 22 (8.98% from 255) = 9.82%
BLUE value IS 153 (60.16% from 255) = 68.30%
R=21.88%
G=9.82%
B=68.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal49221530.680.8600.4252.3774.8634.31
Hex3116994456028fc4b22
Octal612623110412605037411342
Binary1100011011010011001100010010101100101000111111001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311699; }

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

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

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

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

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

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

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

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