Shades of Persian Indigo #1E0176
Tints of Persian Indigo #1E0176
RGB
CMYK
RGB Variations
Color information
#1E0176 (or 0x1E0176) is known color: Persian Indigo. HEX triplet: 1E, 01 and 76. RGB value is (30,1,118). Sum of RGB (Red+Green+Blue) = 30+1+118=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 118 (46.48% from 255 or 79.19% from 149); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E0176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0176 is #E1FE89. Grayscale: #161616. Windows color (decimal): -14810762 or 7733534. OLE color: 7733534.
HSL color Cylindrical-coordinate representation of color #1E0176: hue angle of 254.87º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E0176 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 1 | 118 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.54 |
| HSL | 254.87º | 0.98% | 0.23% | - |
| HSV(B) | 254.87º | 0.99% | 0.46% | - |
| XYZ | 3.82 | 1.61 | 17.25 | - |
| YUV | 23.01 | 181.61 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 118 | 0.75 | 0.99 | 0 | 0.54 | 254.87 | 0.98 | 0.23 |
| Hex | 1E | 1 | 76 | 4B | 63 | 0 | 36 | FF | 62 | 17 |
| Octal | 36 | 1 | 166 | 113 | 143 | 0 | 66 | 377 | 142 | 27 |
| Binary | 11110 | 1 | 1110110 | 1001011 | 1100011 | 0 | 110110 | 11111111 | 1100010 | 10111 |
Color Harmonies of #1E0176
Complementary color
Monochromatic Colors of #1E0176
Black with #1E0176
Text Example
Text Example
White with #1E0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0176; }
p { color: rgb(30,1,118); }
H1.HeaderClassName
{
color: #1E0176;
}
.AnyTagClassName
{
color: #1E0176;
}
</style>
background-color css
<style>
a { background-color: #1E0176; }
a { background-color: rgb(30,1,118); }
div.DivClassName
{
background-color: #1E0176;
}
.BgClassName
{
background-color: #1E0176;
}
</style>
border-color css
<style>
span { border-color: #1E0176; }
span { border-color: rgb(30,1,118); }
td.TdClassName
{
border-color: #1E0176;
}
.TagClassName
{
border-color: #1E0176;
}
</style>