#32158B

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

Shades of Persian Indigo #32158B

Tints of Persian Indigo #32158B

Color information

#32158B (or 0x32158B) is unknown color: approx Persian Indigo. HEX triplet: 32, 15 and 8B. RGB value is (50,21,139). Sum of RGB (Red+Green+Blue) = 50+21+139=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #32158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32158B is #CDEA74. Grayscale: #2A2A2A. Windows color (decimal): -13494901 or 9114930. OLE color: 9114930.

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

Color convert

RGB5021139-
CMYK0.640.8500.45
HSL254.75º73.75%31.37%-
HSV(B)254.75º84.89%54.51%-
XYZ6.243.0824.69-
YUV43.12182.11132.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 21 (8.59% from 255) = 10%
BLUE value IS 139 (54.69% from 255) = 66.19%
R=23.81%
G=10%
B=66.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50211390.640.8500.45254.7573.7531.37
Hex32158B405502Dff4a1f
Octal622521310012505537711237
Binary110010101011000101110000001010101010110111111111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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