#32156F

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

Shades of Persian Indigo #32156F

Tints of Persian Indigo #32156F

Color information

#32156F (or 0x32156F) is unknown color: approx Persian Indigo. HEX triplet: 32, 15 and 6F. RGB value is (50,21,111). Sum of RGB (Red+Green+Blue) = 50+21+111=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 111 (43.75% from 255 or 60.99% from 182); Max value from RGB is 111 - color contains mainly: blue. Hex color #32156F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32156F is #CDEA90. Grayscale: #272727. Windows color (decimal): -13494929 or 7279922. OLE color: 7279922.

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

Color convert

RGB5021111-
CMYK0.550.8100.56
HSL259.33º68.18%25.88%-
HSV(B)259.33º81.08%43.53%-
XYZ4.452.3615.26-
YUV39.93168.11135.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.47%
GREEN value IS 21 (8.59% from 255) = 11.54%
BLUE value IS 111 (43.75% from 255) = 60.99%
R=27.47%
G=11.54%
B=60.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50211110.550.8100.56259.3368.1825.88
Hex32156F3751038103441a
Octal62251576712107040310432
Binary11001010101110111111011110100010111000100000011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32156F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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