#311895

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

Shades of Persian Indigo #311895

Tints of Persian Indigo #311895

Color information

#311895 (or 0x311895) is unknown color: approx Persian Indigo. HEX triplet: 31, 18 and 95. RGB value is (49,24,149). Sum of RGB (Red+Green+Blue) = 49+24+149=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #311895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311895 is #CEE76A. Grayscale: #2D2D2D. Windows color (decimal): -13559659 or 9771057. OLE color: 9771057.

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

Color convert

RGB4924149-
CMYK0.670.8400.42
HSL252º72.25%33.92%-
HSV(B)252º83.89%58.43%-
XYZ7.023.4828.73-
YUV45.72186.28130.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 24 (9.77% from 255) = 10.81%
BLUE value IS 149 (58.59% from 255) = 67.12%
R=22.07%
G=10.81%
B=67.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49241490.670.8400.4225272.2533.92
Hex311895435402Afc4822
Octal613022510312405237411042
Binary1100011100010010101100001110101000101010111111001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311895; }

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

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

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

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

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

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

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

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