#32128D

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

Shades of Persian Indigo #32128D

Tints of Persian Indigo #32128D

Color information

#32128D (or 0x32128D) is unknown color: approx Persian Indigo. HEX triplet: 32, 12 and 8D. RGB value is (50,18,141). Sum of RGB (Red+Green+Blue) = 50+18+141=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 141 (55.47% from 255 or 67.46% from 209); Max value from RGB is 141 - color contains mainly: blue. Hex color #32128D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32128D is #CDED72. Grayscale: #292929. Windows color (decimal): -13495667 or 9245234. OLE color: 9245234.

HSL color Cylindrical-coordinate representation of color #32128D: hue angle of 255.61º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32128D is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5018141-
CMYK0.650.8700.45
HSL255.61º77.36%31.18%-
HSV(B)255.61º87.23%55.29%-
XYZ6.343.0325.45-
YUV41.59184.1134-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 141 (55.47% from 255) = 67.46%
R=23.92%
G=8.61%
B=67.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50181410.650.8700.45255.6177.3631.18
Hex32128D415702D1004d1f
Octal622221510112705540011537
Binary1100101001010001101100000110101110101101100000000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32128D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,18,141); }

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

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

 a { background-color: rgb(50,18,141); }

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

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

 span { border-color: rgb(50,18,141); }

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