#320D82

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

Shades of Persian Indigo #320D82

Tints of Persian Indigo #320D82

Color information

#320D82 (or 0x320D82) is unknown color: approx Persian Indigo. HEX triplet: 32, 0D and 82. RGB value is (50,13,130). Sum of RGB (Red+Green+Blue) = 50+13+130=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 130 (51.17% from 255 or 67.36% from 193); Max value from RGB is 130 - color contains mainly: blue. Hex color #320D82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320D82 is #CDF27D. Grayscale: #242424. Windows color (decimal): -13496958 or 8523058. OLE color: 8523058.

HSL color Cylindrical-coordinate representation of color #320D82: hue angle of 258.97º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320D82 is Cyan = 0.62, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5013130-
CMYK0.620.900.49
HSL258.97º81.82%28.04%-
HSV(B)258.97º90%50.98%-
XYZ5.492.5821.33-
YUV37.4180.26136.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 13 (5.47% from 255) = 6.74%
BLUE value IS 130 (51.17% from 255) = 67.36%
R=25.91%
G=6.74%
B=67.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50131300.620.900.49258.9781.8228.04
Hex32D823E5A031103521c
Octal62152027613206140312234
Binary11001011011000001011111010110100110001100000011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320D82; }

 p { color: rgb(50,13,130); }

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

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

 a { background-color: rgb(50,13,130); }

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

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

 span { border-color: rgb(50,13,130); }

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