#32156E

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

Shades of Persian Indigo #32156E

Tints of Persian Indigo #32156E

Color information

#32156E (or 0x32156E) is unknown color: approx Persian Indigo. HEX triplet: 32, 15 and 6E. RGB value is (50,21,110). Sum of RGB (Red+Green+Blue) = 50+21+110=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 110 (43.36% from 255 or 60.77% from 181); Max value from RGB is 110 - color contains mainly: blue. Hex color #32156E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32156E is #CDEA91. Grayscale: #272727. Windows color (decimal): -13494930 or 7214386. OLE color: 7214386.

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

Color convert

RGB5021110-
CMYK0.550.8100.57
HSL259.55º67.94%25.69%-
HSV(B)259.55º80.91%43.14%-
XYZ4.42.3414.97-
YUV39.82167.61135.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 21 (8.59% from 255) = 11.60%
BLUE value IS 110 (43.36% from 255) = 60.77%
R=27.62%
G=11.60%
B=60.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50211100.550.8100.57259.5567.9425.69
Hex32156E3751039104441a
Octal62251566712107140410432
Binary11001010101110111011011110100010111001100000100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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