Shades of Persian Indigo #1E0072
Tints of Persian Indigo #1E0072
RGB
CMYK
RGB Variations
Color information
#1E0072 (or 0x1E0072) is known color: Persian Indigo. HEX triplet: 1E, 00 and 72. RGB value is (30,0,114). Sum of RGB (Red+Green+Blue) = 30+0+114=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 114 (44.92% from 255 or 79.17% from 144); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E0072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0072 is #E1FF8D. Grayscale: #151515. Windows color (decimal): -14811022 or 7471134. OLE color: 7471134.
HSL color Cylindrical-coordinate representation of color #1E0072: hue angle of 255.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E0072 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 0 | 114 | - |
| CMYK | 0.74 | 1 | 0 | 0.55 |
| HSL | 255.79º | 1% | 0.22% | - |
| HSV(B) | 255.79º | 1% | 0.45% | - |
| XYZ | 3.57 | 1.49 | 16.02 | - |
| YUV | 21.97 | 179.94 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 114 | 0.74 | 1 | 0 | 0.55 | 255.79 | 1 | 0.22 |
| Hex | 1E | 0 | 72 | 4A | 64 | 0 | 37 | 100 | 64 | 16 |
| Octal | 36 | 0 | 162 | 112 | 144 | 0 | 67 | 400 | 144 | 26 |
| Binary | 11110 | 0 | 1110010 | 1001010 | 1100100 | 0 | 110111 | 100000000 | 1100100 | 10110 |
Color Harmonies of #1E0072
Complementary color
Monochromatic Colors of #1E0072
Black with #1E0072
Text Example
Text Example
White with #1E0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0072; }
p { color: rgb(30,0,114); }
H1.HeaderClassName
{
color: #1E0072;
}
.AnyTagClassName
{
color: #1E0072;
}
</style>
background-color css
<style>
a { background-color: #1E0072; }
a { background-color: rgb(30,0,114); }
div.DivClassName
{
background-color: #1E0072;
}
.BgClassName
{
background-color: #1E0072;
}
</style>
border-color css
<style>
span { border-color: #1E0072; }
span { border-color: rgb(30,0,114); }
td.TdClassName
{
border-color: #1E0072;
}
.TagClassName
{
border-color: #1E0072;
}
</style>