Shades of Persian Indigo #1E027C
Tints of Persian Indigo #1E027C
RGB
CMYK
RGB Variations
Color information
#1E027C (or 0x1E027C) is known color: Persian Indigo. HEX triplet: 1E, 02 and 7C. RGB value is (30,2,124). Sum of RGB (Red+Green+Blue) = 30+2+124=156 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.23% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 124 (48.83% from 255 or 79.49% from 156); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E027C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E027C is #E1FD83. Grayscale: #171717. Windows color (decimal): -14810500 or 8127006. OLE color: 8127006.
HSL color Cylindrical-coordinate representation of color #1E027C: hue angle of 253.77º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E027C is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 2 | 124 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.51 |
| HSL | 253.77º | 0.97% | 0.25% | - |
| HSV(B) | 253.77º | 0.98% | 0.49% | - |
| XYZ | 4.2 | 1.77 | 19.19 | - |
| YUV | 24.28 | 184.28 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 124 | 0.76 | 0.98 | 0 | 0.51 | 253.77 | 0.97 | 0.25 |
| Hex | 1E | 2 | 7C | 4C | 62 | 0 | 33 | FE | 61 | 19 |
| Octal | 36 | 2 | 174 | 114 | 142 | 0 | 63 | 376 | 141 | 31 |
| Binary | 11110 | 10 | 1111100 | 1001100 | 1100010 | 0 | 110011 | 11111110 | 1100001 | 11001 |
Color Harmonies of #1E027C
Complementary color
Monochromatic Colors of #1E027C
Black with #1E027C
Text Example
Text Example
White with #1E027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E027C; }
p { color: rgb(30,2,124); }
H1.HeaderClassName
{
color: #1E027C;
}
.AnyTagClassName
{
color: #1E027C;
}
</style>
background-color css
<style>
a { background-color: #1E027C; }
a { background-color: rgb(30,2,124); }
div.DivClassName
{
background-color: #1E027C;
}
.BgClassName
{
background-color: #1E027C;
}
</style>
border-color css
<style>
span { border-color: #1E027C; }
span { border-color: rgb(30,2,124); }
td.TdClassName
{
border-color: #1E027C;
}
.TagClassName
{
border-color: #1E027C;
}
</style>