#312395

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

Shades of Persian Indigo #312395

Tints of Persian Indigo #312395

Color information

#312395 (or 0x312395) is unknown color: approx Persian Indigo. HEX triplet: 31, 23 and 95. RGB value is (49,35,149). Sum of RGB (Red+Green+Blue) = 49+35+149=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #312395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312395 is #CEDC6A. Grayscale: #333333. Windows color (decimal): -13556843 or 9773873. OLE color: 9773873.

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

Color convert

RGB4935149-
CMYK0.670.7700.42
HSL247.37º61.96%36.08%-
HSV(B)247.37º76.51%58.43%-
XYZ7.294.0228.83-
YUV52.18182.64125.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 149 (58.59% from 255) = 63.95%
R=21.03%
G=15.02%
B=63.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49351490.670.7700.42247.3761.9636.08
Hex312395434D02Af73e24
Octal61432251031150523677644
Binary1100011000111001010110000111001101010101011110111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312395; }

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

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

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

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

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

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

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

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