#32156D

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

Shades of Persian Indigo #32156D

Tints of Persian Indigo #32156D

Color information

#32156D (or 0x32156D) is unknown color: approx Persian Indigo. HEX triplet: 32, 15 and 6D. RGB value is (50,21,109). Sum of RGB (Red+Green+Blue) = 50+21+109=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 109 (42.97% from 255 or 60.56% from 180); Max value from RGB is 109 - color contains mainly: blue. Hex color #32156D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32156D is #CDEA92. Grayscale: #272727. Windows color (decimal): -13494931 or 7148850. OLE color: 7148850.

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

Color convert

RGB5021109-
CMYK0.540.8100.57
HSL259.77º67.69%25.49%-
HSV(B)259.77º80.73%42.75%-
XYZ4.342.3214.69-
YUV39.7167.11135.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.78%
GREEN value IS 21 (8.59% from 255) = 11.67%
BLUE value IS 109 (42.97% from 255) = 60.56%
R=27.78%
G=11.67%
B=60.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50211090.540.8100.57259.7767.6925.49
Hex32156D36510391044419
Octal62251556612107140410431
Binary11001010101110110111011010100010111001100000100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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