Shades of Persian Indigo #32058B
Tints of Persian Indigo #32058B
RGB
CMYK
RGB Variations
Color information
#32058B (or 0x32058B) is known color: Persian Indigo. HEX triplet: 32, 05 and 8B. RGB value is (50,5,139). Sum of RGB (Red+Green+Blue) = 50+5+139=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 139 (54.69% from 255 or 71.65% from 194); Max value from RGB is 139 - color contains mainly: blue. Hex color #32058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32058B is #CDFA74. Grayscale: #212121. Windows color (decimal): -13498997 or 9110834. OLE color: 9110834.
HSL color Cylindrical-coordinate representation of color #32058B: hue angle of 260.15º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32058B is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 5 | 139 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.45 |
| HSL | 260.15º | 0.93% | 0.28% | - |
| HSV(B) | 260.15º | 0.96% | 0.55% | - |
| XYZ | 6.03 | 2.65 | 24.62 | - |
| YUV | 33.73 | 187.41 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 139 | 0.64 | 0.96 | 0 | 0.45 | 260.15 | 0.93 | 0.28 |
| Hex | 32 | 5 | 8B | 40 | 60 | 0 | 2D | 104 | 5D | 1C |
| Octal | 62 | 5 | 213 | 100 | 140 | 0 | 55 | 404 | 135 | 34 |
| Binary | 110010 | 101 | 10001011 | 1000000 | 1100000 | 0 | 101101 | 100000100 | 1011101 | 11100 |
Color Harmonies of #32058B
Complementary color
Monochromatic Colors of #32058B
Black with #32058B
Text Example
Text Example
White with #32058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32058B; }
p { color: rgb(50,5,139); }
H1.HeaderClassName
{
color: #32058B;
}
.AnyTagClassName
{
color: #32058B;
}
</style>
background-color css
<style>
a { background-color: #32058B; }
a { background-color: rgb(50,5,139); }
div.DivClassName
{
background-color: #32058B;
}
.BgClassName
{
background-color: #32058B;
}
</style>
border-color css
<style>
span { border-color: #32058B; }
span { border-color: rgb(50,5,139); }
td.TdClassName
{
border-color: #32058B;
}
.TagClassName
{
border-color: #32058B;
}
</style>