Shades of Persian Indigo #32027D
Tints of Persian Indigo #32027D
RGB
CMYK
RGB Variations
Color information
#32027D (or 0x32027D) is known color: Persian Indigo. HEX triplet: 32, 02 and 7D. RGB value is (50,2,125). Sum of RGB (Red+Green+Blue) = 50+2+125=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #32027D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32027D is #CDFD82. Grayscale: #1D1D1D. Windows color (decimal): -13499779 or 8192562. OLE color: 8192562.
HSL color Cylindrical-coordinate representation of color #32027D: hue angle of 263.41º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32027D is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 2 | 125 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.51 |
| HSL | 263.41º | 0.97% | 0.25% | - |
| HSV(B) | 263.41º | 0.98% | 0.49% | - |
| XYZ | 5.04 | 2.2 | 19.56 | - |
| YUV | 30.37 | 181.4 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 125 | 0.60 | 0.98 | 0 | 0.51 | 263.41 | 0.97 | 0.25 |
| Hex | 32 | 2 | 7D | 3C | 62 | 0 | 33 | 107 | 61 | 19 |
| Octal | 62 | 2 | 175 | 74 | 142 | 0 | 63 | 407 | 141 | 31 |
| Binary | 110010 | 10 | 1111101 | 111100 | 1100010 | 0 | 110011 | 100000111 | 1100001 | 11001 |
Color Harmonies of #32027D
Complementary color
Monochromatic Colors of #32027D
Black with #32027D
Text Example
Text Example
White with #32027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32027D; }
p { color: rgb(50,2,125); }
H1.HeaderClassName
{
color: #32027D;
}
.AnyTagClassName
{
color: #32027D;
}
</style>
background-color css
<style>
a { background-color: #32027D; }
a { background-color: rgb(50,2,125); }
div.DivClassName
{
background-color: #32027D;
}
.BgClassName
{
background-color: #32027D;
}
</style>
border-color css
<style>
span { border-color: #32027D; }
span { border-color: rgb(50,2,125); }
td.TdClassName
{
border-color: #32027D;
}
.TagClassName
{
border-color: #32027D;
}
</style>