#311195

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

Shades of Persian Indigo #311195

Tints of Persian Indigo #311195

Color information

#311195 (or 0x311195) is unknown color: approx Persian Indigo. HEX triplet: 31, 11 and 95. RGB value is (49,17,149). Sum of RGB (Red+Green+Blue) = 49+17+149=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 149 (58.59% from 255 or 69.30% from 215); Max value from RGB is 149 - color contains mainly: blue. Hex color #311195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311195 is #CEEE6A. Grayscale: #292929. Windows color (decimal): -13561451 or 9769265. OLE color: 9769265.

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

Color convert

RGB4917149-
CMYK0.670.8900.42
HSL254.55º79.52%32.55%-
HSV(B)254.55º88.59%58.43%-
XYZ6.893.2228.69-
YUV41.62188.6133.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.79%
GREEN value IS 17 (7.03% from 255) = 7.91%
BLUE value IS 149 (58.59% from 255) = 69.30%
R=22.79%
G=7.91%
B=69.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49171490.670.8900.42254.5579.5232.55
Hex311195435902Aff5021
Octal612122510313105237712041
Binary1100011000110010101100001110110010101010111111111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311195; }

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

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

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

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

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

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

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

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