Shades of Persian Indigo #1E0570
Tints of Persian Indigo #1E0570
RGB
CMYK
RGB Variations
Color information
#1E0570 (or 0x1E0570) is known color: Persian Indigo. HEX triplet: 1E, 05 and 70. RGB value is (30,5,112). Sum of RGB (Red+Green+Blue) = 30+5+112=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #1E0570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0570 is #E1FA8F. Grayscale: #181818. Windows color (decimal): -14809744 or 7341342. OLE color: 7341342.
HSL color Cylindrical-coordinate representation of color #1E0570: hue angle of 254.02º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E0570 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 5 | 112 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.56 |
| HSL | 254.02º | 0.91% | 0.23% | - |
| HSV(B) | 254.02º | 0.96% | 0.44% | - |
| XYZ | 3.51 | 1.55 | 15.44 | - |
| YUV | 24.67 | 177.28 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 112 | 0.73 | 0.96 | 0 | 0.56 | 254.02 | 0.91 | 0.23 |
| Hex | 1E | 5 | 70 | 49 | 60 | 0 | 38 | FE | 5B | 17 |
| Octal | 36 | 5 | 160 | 111 | 140 | 0 | 70 | 376 | 133 | 27 |
| Binary | 11110 | 101 | 1110000 | 1001001 | 1100000 | 0 | 111000 | 11111110 | 1011011 | 10111 |
Color Harmonies of #1E0570
Complementary color
Monochromatic Colors of #1E0570
Black with #1E0570
Text Example
Text Example
White with #1E0570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0570; }
p { color: rgb(30,5,112); }
H1.HeaderClassName
{
color: #1E0570;
}
.AnyTagClassName
{
color: #1E0570;
}
</style>
background-color css
<style>
a { background-color: #1E0570; }
a { background-color: rgb(30,5,112); }
div.DivClassName
{
background-color: #1E0570;
}
.BgClassName
{
background-color: #1E0570;
}
</style>
border-color css
<style>
span { border-color: #1E0570; }
span { border-color: rgb(30,5,112); }
td.TdClassName
{
border-color: #1E0570;
}
.TagClassName
{
border-color: #1E0570;
}
</style>