Shades of Persian Indigo #1E056C
Tints of Persian Indigo #1E056C
RGB
CMYK
RGB Variations
Color information
#1E056C (or 0x1E056C) is known color: Persian Indigo. HEX triplet: 1E, 05 and 6C. RGB value is (30,5,108). Sum of RGB (Red+Green+Blue) = 30+5+108=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 108 (42.58% from 255 or 75.52% from 143); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E056C is #E1FA93. Grayscale: #171717. Windows color (decimal): -14809748 or 7079198. OLE color: 7079198.
HSL color Cylindrical-coordinate representation of color #1E056C: hue angle of 254.56º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E056C is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 5 | 108 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.58 |
| HSL | 254.56º | 0.91% | 0.22% | - |
| HSV(B) | 254.56º | 0.95% | 0.42% | - |
| XYZ | 3.3 | 1.47 | 14.3 | - |
| YUV | 24.22 | 175.28 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 108 | 0.72 | 0.95 | 0 | 0.58 | 254.56 | 0.91 | 0.22 |
| Hex | 1E | 5 | 6C | 48 | 5F | 0 | 3A | FF | 5B | 16 |
| Octal | 36 | 5 | 154 | 110 | 137 | 0 | 72 | 377 | 133 | 26 |
| Binary | 11110 | 101 | 1101100 | 1001000 | 1011111 | 0 | 111010 | 11111111 | 1011011 | 10110 |
Color Harmonies of #1E056C
Complementary color
Monochromatic Colors of #1E056C
Black with #1E056C
Text Example
Text Example
White with #1E056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E056C; }
p { color: rgb(30,5,108); }
H1.HeaderClassName
{
color: #1E056C;
}
.AnyTagClassName
{
color: #1E056C;
}
</style>
background-color css
<style>
a { background-color: #1E056C; }
a { background-color: rgb(30,5,108); }
div.DivClassName
{
background-color: #1E056C;
}
.BgClassName
{
background-color: #1E056C;
}
</style>
border-color css
<style>
span { border-color: #1E056C; }
span { border-color: rgb(30,5,108); }
td.TdClassName
{
border-color: #1E056C;
}
.TagClassName
{
border-color: #1E056C;
}
</style>