#32106E

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

Shades of Persian Indigo #32106E

Tints of Persian Indigo #32106E

Color information

#32106E (or 0x32106E) is unknown color: approx Persian Indigo. HEX triplet: 32, 10 and 6E. RGB value is (50,16,110). Sum of RGB (Red+Green+Blue) = 50+16+110=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #32106E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32106E is #CDEF91. Grayscale: #242424. Windows color (decimal): -13496210 or 7213106. OLE color: 7213106.

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

Color convert

RGB5016110-
CMYK0.550.8500.57
HSL261.7º74.6%24.71%-
HSV(B)261.7º85.45%43.14%-
XYZ4.322.1714.94-
YUV36.88169.26137.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.41%
GREEN value IS 16 (6.64% from 255) = 9.09%
BLUE value IS 110 (43.36% from 255) = 62.5%
R=28.41%
G=9.09%
B=62.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50161100.550.8500.57261.774.624.71
Hex32106E37550391064b19
Octal62201566712507140611331
Binary11001010000110111011011110101010111001100000110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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