#32066D

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

Shades of Persian Indigo #32066D

Tints of Persian Indigo #32066D

Color information

#32066D (or 0x32066D) is unknown color: approx Persian Indigo. HEX triplet: 32, 06 and 6D. RGB value is (50,6,109). Sum of RGB (Red+Green+Blue) = 50+6+109=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 109 (42.97% from 255 or 66.06% from 165); Max value from RGB is 109 - color contains mainly: blue. Hex color #32066D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32066D is #CDF992. Grayscale: #1E1E1E. Windows color (decimal): -13498771 or 7145010. OLE color: 7145010.

HSL color Cylindrical-coordinate representation of color #32066D: hue angle of 265.63º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32066D is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB506109-
CMYK0.540.9400.57
HSL265.63º89.57%22.55%-
HSV(B)265.63º94.5%42.75%-
XYZ4.141.9114.62-
YUV30.9172.08141.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 6 (2.73% from 255) = 3.64%
BLUE value IS 109 (42.97% from 255) = 66.06%
R=30.30%
G=3.64%
B=66.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5061090.540.9400.57265.6389.5722.55
Hex3266D365E03910a5a17
Octal6261556613607141213227
Binary110010110110110111011010111100111001100001010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32066D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32066D; }

 p { color: rgb(50,6,109); }

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

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

 a { background-color: rgb(50,6,109); }

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

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

 span { border-color: rgb(50,6,109); }

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