#32066B

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

Shades of Persian Indigo #32066B

Tints of Persian Indigo #32066B

Color information

#32066B (or 0x32066B) is unknown color: approx Persian Indigo. HEX triplet: 32, 06 and 6B. RGB value is (50,6,107). Sum of RGB (Red+Green+Blue) = 50+6+107=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 107 (42.19% from 255 or 65.64% from 163); Max value from RGB is 107 - color contains mainly: blue. Hex color #32066B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32066B is #CDF994. Grayscale: #1E1E1E. Windows color (decimal): -13498773 or 7013938. OLE color: 7013938.

HSL color Cylindrical-coordinate representation of color #32066B: hue angle of 266.14º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32066B is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB506107-
CMYK0.530.9400.58
HSL266.14º89.38%22.16%-
HSV(B)266.14º94.39%41.96%-
XYZ4.031.8714.06-
YUV30.67171.08141.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.67%
GREEN value IS 6 (2.73% from 255) = 3.68%
BLUE value IS 107 (42.19% from 255) = 65.64%
R=30.67%
G=3.68%
B=65.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5061070.530.9400.58266.1489.3822.16
Hex3266B355E03A10a5916
Octal6261536513607241213126
Binary110010110110101111010110111100111010100001010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32066B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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