Shades of Persian Indigo #1E0069
Tints of Persian Indigo #1E0069
RGB
CMYK
RGB Variations
Color information
#1E0069 (or 0x1E0069) is known color: Persian Indigo. HEX triplet: 1E, 00 and 69. RGB value is (30,0,105). Sum of RGB (Red+Green+Blue) = 30+0+105=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 105 (41.41% from 255 or 77.78% from 135); Max value from RGB is 105 - color contains mainly: blue. Hex color #1E0069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0069 is #E1FF96. Grayscale: #141414. Windows color (decimal): -14811031 or 6881310. OLE color: 6881310.
HSL color Cylindrical-coordinate representation of color #1E0069: hue angle of 257.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E0069 is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 0 | 105 | - |
| CMYK | 0.71 | 1 | 0 | 0.59 |
| HSL | 257.14º | 1% | 0.21% | - |
| HSV(B) | 257.14º | 1% | 0.41% | - |
| XYZ | 3.09 | 1.3 | 13.45 | - |
| YUV | 20.94 | 175.44 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 105 | 0.71 | 1 | 0 | 0.59 | 257.14 | 1 | 0.21 |
| Hex | 1E | 0 | 69 | 47 | 64 | 0 | 3B | 101 | 64 | 15 |
| Octal | 36 | 0 | 151 | 107 | 144 | 0 | 73 | 401 | 144 | 25 |
| Binary | 11110 | 0 | 1101001 | 1000111 | 1100100 | 0 | 111011 | 100000001 | 1100100 | 10101 |
Color Harmonies of #1E0069
Complementary color
Monochromatic Colors of #1E0069
Black with #1E0069
Text Example
Text Example
White with #1E0069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0069; }
p { color: rgb(30,0,105); }
H1.HeaderClassName
{
color: #1E0069;
}
.AnyTagClassName
{
color: #1E0069;
}
</style>
background-color css
<style>
a { background-color: #1E0069; }
a { background-color: rgb(30,0,105); }
div.DivClassName
{
background-color: #1E0069;
}
.BgClassName
{
background-color: #1E0069;
}
</style>
border-color css
<style>
span { border-color: #1E0069; }
span { border-color: rgb(30,0,105); }
td.TdClassName
{
border-color: #1E0069;
}
.TagClassName
{
border-color: #1E0069;
}
</style>