Shades of Persian Indigo #32028B
Tints of Persian Indigo #32028B
RGB
CMYK
RGB Variations
Color information
#32028B (or 0x32028B) is known color: Persian Indigo. HEX triplet: 32, 02 and 8B. RGB value is (50,2,139). Sum of RGB (Red+Green+Blue) = 50+2+139=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 139 (54.69% from 255 or 72.77% from 191); Max value from RGB is 139 - color contains mainly: blue. Hex color #32028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32028B is #CDFD74. Grayscale: #1F1F1F. Windows color (decimal): -13499765 or 9110066. OLE color: 9110066.
HSL color Cylindrical-coordinate representation of color #32028B: hue angle of 261.02º 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 #32028B is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 2 | 139 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.45 |
| HSL | 261.02º | 0.97% | 0.28% | - |
| HSV(B) | 261.02º | 0.99% | 0.55% | - |
| XYZ | 6 | 2.59 | 24.61 | - |
| YUV | 31.97 | 188.4 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 139 | 0.64 | 0.99 | 0 | 0.45 | 261.02 | 0.97 | 0.28 |
| Hex | 32 | 2 | 8B | 40 | 63 | 0 | 2D | 105 | 61 | 1C |
| Octal | 62 | 2 | 213 | 100 | 143 | 0 | 55 | 405 | 141 | 34 |
| Binary | 110010 | 10 | 10001011 | 1000000 | 1100011 | 0 | 101101 | 100000101 | 1100001 | 11100 |
Color Harmonies of #32028B
Complementary color
Monochromatic Colors of #32028B
Black with #32028B
Text Example
Text Example
White with #32028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32028B; }
p { color: rgb(50,2,139); }
H1.HeaderClassName
{
color: #32028B;
}
.AnyTagClassName
{
color: #32028B;
}
</style>
background-color css
<style>
a { background-color: #32028B; }
a { background-color: rgb(50,2,139); }
div.DivClassName
{
background-color: #32028B;
}
.BgClassName
{
background-color: #32028B;
}
</style>
border-color css
<style>
span { border-color: #32028B; }
span { border-color: rgb(50,2,139); }
td.TdClassName
{
border-color: #32028B;
}
.TagClassName
{
border-color: #32028B;
}
</style>