#32158A

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

Shades of Persian Indigo #32158A

Tints of Persian Indigo #32158A

Color information

#32158A (or 0x32158A) is unknown color: approx Persian Indigo. HEX triplet: 32, 15 and 8A. RGB value is (50,21,138). Sum of RGB (Red+Green+Blue) = 50+21+138=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 138 (54.30% from 255 or 66.03% from 209); Max value from RGB is 138 - color contains mainly: blue. Hex color #32158A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32158A is #CDEA75. Grayscale: #2A2A2A. Windows color (decimal): -13494902 or 9049394. OLE color: 9049394.

HSL color Cylindrical-coordinate representation of color #32158A: hue angle of 254.87º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32158A is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5021138-
CMYK0.640.8500.46
HSL254.87º73.58%31.18%-
HSV(B)254.87º84.78%54.12%-
XYZ6.173.0524.31-
YUV43.01181.61132.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 138 (54.30% from 255) = 66.03%
R=23.92%
G=10.05%
B=66.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50211380.640.8500.46254.8773.5831.18
Hex32158A405502Eff4a1f
Octal622521210012505637711237
Binary110010101011000101010000001010101010111011111111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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