Shades of Persian Indigo #32018B
Tints of Persian Indigo #32018B
RGB
CMYK
RGB Variations
Color information
#32018B (or 0x32018B) is known color: Persian Indigo. HEX triplet: 32, 01 and 8B. RGB value is (50,1,139). Sum of RGB (Red+Green+Blue) = 50+1+139=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 139 (54.69% from 255 or 73.16% from 190); Max value from RGB is 139 - color contains mainly: blue. Hex color #32018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32018B is #CDFE74. Grayscale: #1E1E1E. Windows color (decimal): -13500021 or 9109810. OLE color: 9109810.
HSL color Cylindrical-coordinate representation of color #32018B: hue angle of 261.3º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32018B is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 1 | 139 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.45 |
| HSL | 261.3º | 0.99% | 0.27% | - |
| HSV(B) | 261.3º | 0.99% | 0.55% | - |
| XYZ | 5.99 | 2.56 | 24.61 | - |
| YUV | 31.38 | 188.73 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 139 | 0.64 | 0.99 | 0 | 0.45 | 261.3 | 0.99 | 0.27 |
| Hex | 32 | 1 | 8B | 40 | 63 | 0 | 2D | 105 | 63 | 1B |
| Octal | 62 | 1 | 213 | 100 | 143 | 0 | 55 | 405 | 143 | 33 |
| Binary | 110010 | 1 | 10001011 | 1000000 | 1100011 | 0 | 101101 | 100000101 | 1100011 | 11011 |
Color Harmonies of #32018B
Complementary color
Monochromatic Colors of #32018B
Black with #32018B
Text Example
Text Example
White with #32018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32018B; }
p { color: rgb(50,1,139); }
H1.HeaderClassName
{
color: #32018B;
}
.AnyTagClassName
{
color: #32018B;
}
</style>
background-color css
<style>
a { background-color: #32018B; }
a { background-color: rgb(50,1,139); }
div.DivClassName
{
background-color: #32018B;
}
.BgClassName
{
background-color: #32018B;
}
</style>
border-color css
<style>
span { border-color: #32018B; }
span { border-color: rgb(50,1,139); }
td.TdClassName
{
border-color: #32018B;
}
.TagClassName
{
border-color: #32018B;
}
</style>