Shades of Persian Indigo #32028A
Tints of Persian Indigo #32028A
RGB
CMYK
RGB Variations
Color information
#32028A (or 0x32028A) is known color: Persian Indigo. HEX triplet: 32, 02 and 8A. RGB value is (50,2,138). Sum of RGB (Red+Green+Blue) = 50+2+138=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 138 (54.30% from 255 or 72.63% from 190); Max value from RGB is 138 - color contains mainly: blue. Hex color #32028A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32028A is #CDFD75. Grayscale: #1F1F1F. Windows color (decimal): -13499766 or 9044530. OLE color: 9044530.
HSL color Cylindrical-coordinate representation of color #32028A: hue angle of 261.18º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32028A is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 2 | 138 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.46 |
| HSL | 261.18º | 0.97% | 0.27% | - |
| HSV(B) | 261.18º | 0.99% | 0.54% | - |
| XYZ | 5.92 | 2.56 | 24.23 | - |
| YUV | 31.86 | 187.9 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 138 | 0.64 | 0.99 | 0 | 0.46 | 261.18 | 0.97 | 0.27 |
| Hex | 32 | 2 | 8A | 40 | 63 | 0 | 2E | 105 | 61 | 1B |
| Octal | 62 | 2 | 212 | 100 | 143 | 0 | 56 | 405 | 141 | 33 |
| Binary | 110010 | 10 | 10001010 | 1000000 | 1100011 | 0 | 101110 | 100000101 | 1100001 | 11011 |
Color Harmonies of #32028A
Complementary color
Monochromatic Colors of #32028A
Black with #32028A
Text Example
Text Example
White with #32028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32028A; }
p { color: rgb(50,2,138); }
H1.HeaderClassName
{
color: #32028A;
}
.AnyTagClassName
{
color: #32028A;
}
</style>
background-color css
<style>
a { background-color: #32028A; }
a { background-color: rgb(50,2,138); }
div.DivClassName
{
background-color: #32028A;
}
.BgClassName
{
background-color: #32028A;
}
</style>
border-color css
<style>
span { border-color: #32028A; }
span { border-color: rgb(50,2,138); }
td.TdClassName
{
border-color: #32028A;
}
.TagClassName
{
border-color: #32028A;
}
</style>