Shades of Persian Indigo #1E016A
Tints of Persian Indigo #1E016A
RGB
CMYK
RGB Variations
Color information
#1E016A (or 0x1E016A) is known color: Persian Indigo. HEX triplet: 1E, 01 and 6A. RGB value is (30,1,106). Sum of RGB (Red+Green+Blue) = 30+1+106=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 106 (41.80% from 255 or 77.37% from 137); Max value from RGB is 106 - color contains mainly: blue. Hex color #1E016A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E016A is #E1FE95. Grayscale: #151515. Windows color (decimal): -14810774 or 6947102. OLE color: 6947102.
HSL color Cylindrical-coordinate representation of color #1E016A: hue angle of 256.57º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E016A is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 1 | 106 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.58 |
| HSL | 256.57º | 0.98% | 0.21% | - |
| HSV(B) | 256.57º | 0.99% | 0.42% | - |
| XYZ | 3.15 | 1.34 | 13.73 | - |
| YUV | 21.64 | 175.61 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 106 | 0.72 | 0.99 | 0 | 0.58 | 256.57 | 0.98 | 0.21 |
| Hex | 1E | 1 | 6A | 48 | 63 | 0 | 3A | 101 | 62 | 15 |
| Octal | 36 | 1 | 152 | 110 | 143 | 0 | 72 | 401 | 142 | 25 |
| Binary | 11110 | 1 | 1101010 | 1001000 | 1100011 | 0 | 111010 | 100000001 | 1100010 | 10101 |
Color Harmonies of #1E016A
Complementary color
Monochromatic Colors of #1E016A
Black with #1E016A
Text Example
Text Example
White with #1E016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E016A; }
p { color: rgb(30,1,106); }
H1.HeaderClassName
{
color: #1E016A;
}
.AnyTagClassName
{
color: #1E016A;
}
</style>
background-color css
<style>
a { background-color: #1E016A; }
a { background-color: rgb(30,1,106); }
div.DivClassName
{
background-color: #1E016A;
}
.BgClassName
{
background-color: #1E016A;
}
</style>
border-color css
<style>
span { border-color: #1E016A; }
span { border-color: rgb(30,1,106); }
td.TdClassName
{
border-color: #1E016A;
}
.TagClassName
{
border-color: #1E016A;
}
</style>