Shades of Persian Indigo #1E066A
Tints of Persian Indigo #1E066A
RGB
CMYK
RGB Variations
Color information
#1E066A (or 0x1E066A) is known color: Persian Indigo. HEX triplet: 1E, 06 and 6A. RGB value is (30,6,106). Sum of RGB (Red+Green+Blue) = 30+6+106=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 106 (41.80% from 255 or 74.65% from 142); Max value from RGB is 106 - color contains mainly: blue. Hex color #1E066A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E066A is #E1F995. Grayscale: #181818. Windows color (decimal): -14809494 or 6948382. OLE color: 6948382.
HSL color Cylindrical-coordinate representation of color #1E066A: hue angle of 254.4º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E066A is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 6 | 106 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.58 |
| HSL | 254.4º | 0.89% | 0.22% | - |
| HSV(B) | 254.4º | 0.94% | 0.42% | - |
| XYZ | 3.2 | 1.45 | 13.75 | - |
| YUV | 24.58 | 173.95 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 6 | 106 | 0.72 | 0.94 | 0 | 0.58 | 254.4 | 0.89 | 0.22 |
| Hex | 1E | 6 | 6A | 48 | 5E | 0 | 3A | FE | 59 | 16 |
| Octal | 36 | 6 | 152 | 110 | 136 | 0 | 72 | 376 | 131 | 26 |
| Binary | 11110 | 110 | 1101010 | 1001000 | 1011110 | 0 | 111010 | 11111110 | 1011001 | 10110 |
Color Harmonies of #1E066A
Complementary color
Monochromatic Colors of #1E066A
Black with #1E066A
Text Example
Text Example
White with #1E066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E066A; }
p { color: rgb(30,6,106); }
H1.HeaderClassName
{
color: #1E066A;
}
.AnyTagClassName
{
color: #1E066A;
}
</style>
background-color css
<style>
a { background-color: #1E066A; }
a { background-color: rgb(30,6,106); }
div.DivClassName
{
background-color: #1E066A;
}
.BgClassName
{
background-color: #1E066A;
}
</style>
border-color css
<style>
span { border-color: #1E066A; }
span { border-color: rgb(30,6,106); }
td.TdClassName
{
border-color: #1E066A;
}
.TagClassName
{
border-color: #1E066A;
}
</style>