Shades of Persian Indigo #1E056F
Tints of Persian Indigo #1E056F
RGB
CMYK
RGB Variations
Color information
#1E056F (or 0x1E056F) is known color: Persian Indigo. HEX triplet: 1E, 05 and 6F. RGB value is (30,5,111). Sum of RGB (Red+Green+Blue) = 30+5+111=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 111 (43.75% from 255 or 76.03% from 146); Max value from RGB is 111 - color contains mainly: blue. Hex color #1E056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E056F is #E1FA90. Grayscale: #181818. Windows color (decimal): -14809745 or 7275806. OLE color: 7275806.
HSL color Cylindrical-coordinate representation of color #1E056F: hue angle of 254.15º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E056F is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 5 | 111 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.56 |
| HSL | 254.15º | 0.91% | 0.23% | - |
| HSV(B) | 254.15º | 0.95% | 0.44% | - |
| XYZ | 3.46 | 1.53 | 15.15 | - |
| YUV | 24.56 | 176.78 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 111 | 0.73 | 0.95 | 0 | 0.56 | 254.15 | 0.91 | 0.23 |
| Hex | 1E | 5 | 6F | 49 | 5F | 0 | 38 | FE | 5B | 17 |
| Octal | 36 | 5 | 157 | 111 | 137 | 0 | 70 | 376 | 133 | 27 |
| Binary | 11110 | 101 | 1101111 | 1001001 | 1011111 | 0 | 111000 | 11111110 | 1011011 | 10111 |
Color Harmonies of #1E056F
Complementary color
Monochromatic Colors of #1E056F
Black with #1E056F
Text Example
Text Example
White with #1E056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E056F; }
p { color: rgb(30,5,111); }
H1.HeaderClassName
{
color: #1E056F;
}
.AnyTagClassName
{
color: #1E056F;
}
</style>
background-color css
<style>
a { background-color: #1E056F; }
a { background-color: rgb(30,5,111); }
div.DivClassName
{
background-color: #1E056F;
}
.BgClassName
{
background-color: #1E056F;
}
</style>
border-color css
<style>
span { border-color: #1E056F; }
span { border-color: rgb(30,5,111); }
td.TdClassName
{
border-color: #1E056F;
}
.TagClassName
{
border-color: #1E056F;
}
</style>