Shades of Persian Indigo #32028D
Tints of Persian Indigo #32028D
RGB
CMYK
RGB Variations
Color information
#32028D (or 0x32028D) is known color: Persian Indigo. HEX triplet: 32, 02 and 8D. RGB value is (50,2,141). Sum of RGB (Red+Green+Blue) = 50+2+141=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 141 (55.47% from 255 or 73.06% from 193); Max value from RGB is 141 - color contains mainly: blue. Hex color #32028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32028D is #CDFD72. Grayscale: #1F1F1F. Windows color (decimal): -13499763 or 9241138. OLE color: 9241138.
HSL color Cylindrical-coordinate representation of color #32028D: hue angle of 260.72º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32028D is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 2 | 141 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.45 |
| HSL | 260.72º | 0.97% | 0.28% | - |
| HSV(B) | 260.72º | 0.99% | 0.55% | - |
| XYZ | 6.14 | 2.64 | 25.39 | - |
| YUV | 32.2 | 189.4 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 141 | 0.65 | 0.99 | 0 | 0.45 | 260.72 | 0.97 | 0.28 |
| Hex | 32 | 2 | 8D | 41 | 63 | 0 | 2D | 105 | 61 | 1C |
| Octal | 62 | 2 | 215 | 101 | 143 | 0 | 55 | 405 | 141 | 34 |
| Binary | 110010 | 10 | 10001101 | 1000001 | 1100011 | 0 | 101101 | 100000101 | 1100001 | 11100 |
Color Harmonies of #32028D
Complementary color
Monochromatic Colors of #32028D
Black with #32028D
Text Example
Text Example
White with #32028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32028D; }
p { color: rgb(50,2,141); }
H1.HeaderClassName
{
color: #32028D;
}
.AnyTagClassName
{
color: #32028D;
}
</style>
background-color css
<style>
a { background-color: #32028D; }
a { background-color: rgb(50,2,141); }
div.DivClassName
{
background-color: #32028D;
}
.BgClassName
{
background-color: #32028D;
}
</style>
border-color css
<style>
span { border-color: #32028D; }
span { border-color: rgb(50,2,141); }
td.TdClassName
{
border-color: #32028D;
}
.TagClassName
{
border-color: #32028D;
}
</style>