#310596

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

Shades of Persian Indigo #310596

Tints of Persian Indigo #310596

Color information

#310596 (or 0x310596) is unknown color: approx Persian Indigo. HEX triplet: 31, 05 and 96. RGB value is (49,5,150). Sum of RGB (Red+Green+Blue) = 49+5+150=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 150 (58.98% from 255 or 73.53% from 204); Max value from RGB is 150 - color contains mainly: blue. Hex color #310596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310596 is #CEFA69. Grayscale: #222222. Windows color (decimal): -13564522 or 9831729. OLE color: 9831729.

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

Color convert

RGB495150-
CMYK0.670.9700.41
HSL258.21º93.55%30.39%-
HSV(B)258.21º96.67%58.82%-
XYZ6.832.9629.07-
YUV34.69193.08138.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 150 (58.98% from 255) = 73.53%
R=24.02%
G=2.45%
B=73.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4951500.670.9700.41258.2193.5530.39
Hex3159643610291025e1e
Octal61522610314105140213636
Binary11000110110010110100001111000010101001100000010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310596; }

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

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

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

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

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

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

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

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