#32106F

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

Shades of Persian Indigo #32106F

Tints of Persian Indigo #32106F

Color information

#32106F (or 0x32106F) is unknown color: approx Persian Indigo. HEX triplet: 32, 10 and 6F. RGB value is (50,16,111). Sum of RGB (Red+Green+Blue) = 50+16+111=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #32106F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32106F is #CDEF90. Grayscale: #242424. Windows color (decimal): -13496209 or 7278642. OLE color: 7278642.

HSL color Cylindrical-coordinate representation of color #32106F: hue angle of 261.47º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32106F is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5016111-
CMYK0.550.8600.56
HSL261.47º74.8%24.9%-
HSV(B)261.47º85.59%43.53%-
XYZ4.372.215.23-
YUV37169.76137.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.25%
GREEN value IS 16 (6.64% from 255) = 9.04%
BLUE value IS 111 (43.75% from 255) = 62.71%
R=28.25%
G=9.04%
B=62.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50161110.550.8600.56261.4774.824.9
Hex32106F37560381054b19
Octal62201576712607040511331
Binary11001010000110111111011110101100111000100000101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32106F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32106F; }

 p { color: rgb(50,16,111); }

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

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

 a { background-color: rgb(50,16,111); }

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

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

 span { border-color: rgb(50,16,111); }

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