#320596

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

Shades of Persian Indigo #320596

Tints of Persian Indigo #320596

Color information

#320596 (or 0x320596) is unknown color: approx Persian Indigo. HEX triplet: 32, 05 and 96. RGB value is (50,5,150). Sum of RGB (Red+Green+Blue) = 50+5+150=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 150 (58.98% from 255 or 73.17% from 205); Max value from RGB is 150 - color contains mainly: blue. Hex color #320596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320596 is #CDFA69. Grayscale: #222222. Windows color (decimal): -13498986 or 9831730. OLE color: 9831730.

HSL color Cylindrical-coordinate representation of color #320596: hue angle of 258.62º 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 #320596 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB505150-
CMYK0.670.9700.41
HSL258.62º93.55%30.39%-
HSV(B)258.62º96.67%58.82%-
XYZ6.872.9929.07-
YUV34.98192.91138.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.39%
GREEN value IS 5 (2.34% from 255) = 2.44%
BLUE value IS 150 (58.98% from 255) = 73.17%
R=24.39%
G=2.44%
B=73.17%

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
Decimal5051500.670.9700.41258.6293.5530.39
Hex3259643610291035e1e
Octal62522610314105140313636
Binary11001010110010110100001111000010101001100000011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320596; }

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

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

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

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

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

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

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

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