#311696

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

Shades of Persian Indigo #311696

Tints of Persian Indigo #311696

Color information

#311696 (or 0x311696) is unknown color: approx Persian Indigo. HEX triplet: 31, 16 and 96. RGB value is (49,22,150). Sum of RGB (Red+Green+Blue) = 49+22+150=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #311696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311696 is #CEE969. Grayscale: #2C2C2C. Windows color (decimal): -13560170 or 9836081. OLE color: 9836081.

HSL color Cylindrical-coordinate representation of color #311696: hue angle of 252.66º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311696 is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4922150-
CMYK0.670.8500.41
HSL252.66º74.42%33.73%-
HSV(B)252.66º85.33%58.82%-
XYZ7.063.4329.14-
YUV44.66187.45131.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 22 (8.98% from 255) = 9.95%
BLUE value IS 150 (58.98% from 255) = 67.87%
R=22.17%
G=9.95%
B=67.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49221500.670.8500.41252.6674.4233.73
Hex3116964355029fd4a22
Octal612622610312505137511242
Binary1100011011010010110100001110101010101001111111011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311696; }

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

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

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

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

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

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

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

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