Shades of Persian Indigo #1E0577
Tints of Persian Indigo #1E0577
RGB
CMYK
RGB Variations
Color information
#1E0577 (or 0x1E0577) is known color: Persian Indigo. HEX triplet: 1E, 05 and 77. RGB value is (30,5,119). Sum of RGB (Red+Green+Blue) = 30+5+119=154 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.48% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 119 (46.88% from 255 or 77.27% from 154); Max value from RGB is 119 - color contains mainly: blue. Hex color #1E0577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0577 is #E1FA88. Grayscale: #191919. Windows color (decimal): -14809737 or 7800094. OLE color: 7800094.
HSL color Cylindrical-coordinate representation of color #1E0577: hue angle of 253.16º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E0577 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 5 | 119 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.53 |
| HSL | 253.16º | 0.92% | 0.24% | - |
| HSV(B) | 253.16º | 0.96% | 0.47% | - |
| XYZ | 3.92 | 1.72 | 17.58 | - |
| YUV | 25.47 | 180.78 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 119 | 0.75 | 0.96 | 0 | 0.53 | 253.16 | 0.92 | 0.24 |
| Hex | 1E | 5 | 77 | 4B | 60 | 0 | 35 | FD | 5C | 18 |
| Octal | 36 | 5 | 167 | 113 | 140 | 0 | 65 | 375 | 134 | 30 |
| Binary | 11110 | 101 | 1110111 | 1001011 | 1100000 | 0 | 110101 | 11111101 | 1011100 | 11000 |
Color Harmonies of #1E0577
Complementary color
Monochromatic Colors of #1E0577
Black with #1E0577
Text Example
Text Example
White with #1E0577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0577; }
p { color: rgb(30,5,119); }
H1.HeaderClassName
{
color: #1E0577;
}
.AnyTagClassName
{
color: #1E0577;
}
</style>
background-color css
<style>
a { background-color: #1E0577; }
a { background-color: rgb(30,5,119); }
div.DivClassName
{
background-color: #1E0577;
}
.BgClassName
{
background-color: #1E0577;
}
</style>
border-color css
<style>
span { border-color: #1E0577; }
span { border-color: rgb(30,5,119); }
td.TdClassName
{
border-color: #1E0577;
}
.TagClassName
{
border-color: #1E0577;
}
</style>