#32157A

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

Shades of Persian Indigo #32157A

Tints of Persian Indigo #32157A

Color information

#32157A (or 0x32157A) is unknown color: approx Persian Indigo. HEX triplet: 32, 15 and 7A. RGB value is (50,21,122). Sum of RGB (Red+Green+Blue) = 50+21+122=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 122 (48.05% from 255 or 63.21% from 193); Max value from RGB is 122 - color contains mainly: blue. Hex color #32157A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32157A is #CDEA85. Grayscale: #282828. Windows color (decimal): -13494918 or 8000818. OLE color: 8000818.

HSL color Cylindrical-coordinate representation of color #32157A: hue angle of 257.23º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32157A is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5021122-
CMYK0.590.8300.52
HSL257.23º70.63%28.04%-
HSV(B)257.23º82.79%47.84%-
XYZ5.12.6218.65-
YUV41.18173.61134.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 21 (8.59% from 255) = 10.88%
BLUE value IS 122 (48.05% from 255) = 63.21%
R=25.91%
G=10.88%
B=63.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50211220.590.8300.52257.2370.6328.04
Hex32157A3B53034101471c
Octal62251727312306440110734
Binary11001010101111101011101110100110110100100000001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32157A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32157A; }

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

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

<style>
 a { background-color: #32157A; }

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

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

<style>
 span { border-color: #32157A; }

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

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