Shades of Persian Indigo #32038F
Tints of Persian Indigo #32038F
RGB
CMYK
RGB Variations
Color information
#32038F (or 0x32038F) is known color: Persian Indigo. HEX triplet: 32, 03 and 8F. RGB value is (50,3,143). Sum of RGB (Red+Green+Blue) = 50+3+143=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 143 (56.25% from 255 or 72.96% from 196); Max value from RGB is 143 - color contains mainly: blue. Hex color #32038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32038F is #CDFC70. Grayscale: #202020. Windows color (decimal): -13499505 or 9372466. OLE color: 9372466.
HSL color Cylindrical-coordinate representation of color #32038F: hue angle of 260.14º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32038F is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 3 | 143 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.44 |
| HSL | 260.14º | 0.96% | 0.29% | - |
| HSV(B) | 260.14º | 0.98% | 0.56% | - |
| XYZ | 6.31 | 2.73 | 26.18 | - |
| YUV | 33.01 | 190.07 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 143 | 0.65 | 0.98 | 0 | 0.44 | 260.14 | 0.96 | 0.29 |
| Hex | 32 | 3 | 8F | 41 | 62 | 0 | 2C | 104 | 60 | 1D |
| Octal | 62 | 3 | 217 | 101 | 142 | 0 | 54 | 404 | 140 | 35 |
| Binary | 110010 | 11 | 10001111 | 1000001 | 1100010 | 0 | 101100 | 100000100 | 1100000 | 11101 |
Color Harmonies of #32038F
Complementary color
Monochromatic Colors of #32038F
Black with #32038F
Text Example
Text Example
White with #32038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32038F; }
p { color: rgb(50,3,143); }
H1.HeaderClassName
{
color: #32038F;
}
.AnyTagClassName
{
color: #32038F;
}
</style>
background-color css
<style>
a { background-color: #32038F; }
a { background-color: rgb(50,3,143); }
div.DivClassName
{
background-color: #32038F;
}
.BgClassName
{
background-color: #32038F;
}
</style>
border-color css
<style>
span { border-color: #32038F; }
span { border-color: rgb(50,3,143); }
td.TdClassName
{
border-color: #32038F;
}
.TagClassName
{
border-color: #32038F;
}
</style>