Shades of Persian Indigo #32027B
Tints of Persian Indigo #32027B
RGB
CMYK
RGB Variations
Color information
#32027B (or 0x32027B) is known color: Persian Indigo. HEX triplet: 32, 02 and 7B. RGB value is (50,2,123). Sum of RGB (Red+Green+Blue) = 50+2+123=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 123 (48.44% from 255 or 70.29% from 175); Max value from RGB is 123 - color contains mainly: blue. Hex color #32027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32027B is #CDFD84. Grayscale: #1D1D1D. Windows color (decimal): -13499781 or 8061490. OLE color: 8061490.
HSL color Cylindrical-coordinate representation of color #32027B: hue angle of 263.8º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32027B is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 2 | 123 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.52 |
| HSL | 263.8º | 0.97% | 0.25% | - |
| HSV(B) | 263.8º | 0.98% | 0.48% | - |
| XYZ | 4.91 | 2.15 | 18.9 | - |
| YUV | 30.15 | 180.4 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 123 | 0.59 | 0.98 | 0 | 0.52 | 263.8 | 0.97 | 0.25 |
| Hex | 32 | 2 | 7B | 3B | 62 | 0 | 34 | 108 | 61 | 19 |
| Octal | 62 | 2 | 173 | 73 | 142 | 0 | 64 | 410 | 141 | 31 |
| Binary | 110010 | 10 | 1111011 | 111011 | 1100010 | 0 | 110100 | 100001000 | 1100001 | 11001 |
Color Harmonies of #32027B
Complementary color
Monochromatic Colors of #32027B
Black with #32027B
Text Example
Text Example
White with #32027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32027B; }
p { color: rgb(50,2,123); }
H1.HeaderClassName
{
color: #32027B;
}
.AnyTagClassName
{
color: #32027B;
}
</style>
background-color css
<style>
a { background-color: #32027B; }
a { background-color: rgb(50,2,123); }
div.DivClassName
{
background-color: #32027B;
}
.BgClassName
{
background-color: #32027B;
}
</style>
border-color css
<style>
span { border-color: #32027B; }
span { border-color: rgb(50,2,123); }
td.TdClassName
{
border-color: #32027B;
}
.TagClassName
{
border-color: #32027B;
}
</style>