#311595

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

Shades of Persian Indigo #311595

Tints of Persian Indigo #311595

Color information

#311595 (or 0x311595) is unknown color: approx Persian Indigo. HEX triplet: 31, 15 and 95. RGB value is (49,21,149). Sum of RGB (Red+Green+Blue) = 49+21+149=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #311595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311595 is #CEEA6A. Grayscale: #2B2B2B. Windows color (decimal): -13560427 or 9770289. OLE color: 9770289.

HSL color Cylindrical-coordinate representation of color #311595: hue angle of 253.12º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #311595 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4921149-
CMYK0.670.8600.42
HSL253.12º75.29%33.33%-
HSV(B)253.12º85.91%58.43%-
XYZ6.963.3628.72-
YUV43.96187.28131.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.37%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 149 (58.59% from 255) = 68.04%
R=22.37%
G=9.59%
B=68.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49211490.670.8600.42253.1275.2933.33
Hex311595435602Afd4b21
Octal612522510312605237511341
Binary1100011010110010101100001110101100101010111111011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311595; }

 p { color: rgb(49,21,149); }

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

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

 a { background-color: rgb(49,21,149); }

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

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

 span { border-color: rgb(49,21,149); }

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