Shades of Persian Indigo #1E016E
Tints of Persian Indigo #1E016E
RGB
CMYK
RGB Variations
Color information
#1E016E (or 0x1E016E) is known color: Persian Indigo. HEX triplet: 1E, 01 and 6E. RGB value is (30,1,110). Sum of RGB (Red+Green+Blue) = 30+1+110=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 110 (43.36% from 255 or 78.01% from 141); Max value from RGB is 110 - color contains mainly: blue. Hex color #1E016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E016E is #E1FE91. Grayscale: #151515. Windows color (decimal): -14810770 or 7209246. OLE color: 7209246.
HSL color Cylindrical-coordinate representation of color #1E016E: hue angle of 255.96º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E016E is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 1 | 110 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.57 |
| HSL | 255.96º | 0.98% | 0.22% | - |
| HSV(B) | 255.96º | 0.99% | 0.43% | - |
| XYZ | 3.36 | 1.42 | 14.85 | - |
| YUV | 22.1 | 177.61 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 110 | 0.73 | 0.99 | 0 | 0.57 | 255.96 | 0.98 | 0.22 |
| Hex | 1E | 1 | 6E | 49 | 63 | 0 | 39 | 100 | 62 | 16 |
| Octal | 36 | 1 | 156 | 111 | 143 | 0 | 71 | 400 | 142 | 26 |
| Binary | 11110 | 1 | 1101110 | 1001001 | 1100011 | 0 | 111001 | 100000000 | 1100010 | 10110 |
Color Harmonies of #1E016E
Complementary color
Monochromatic Colors of #1E016E
Black with #1E016E
Text Example
Text Example
White with #1E016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E016E; }
p { color: rgb(30,1,110); }
H1.HeaderClassName
{
color: #1E016E;
}
.AnyTagClassName
{
color: #1E016E;
}
</style>
background-color css
<style>
a { background-color: #1E016E; }
a { background-color: rgb(30,1,110); }
div.DivClassName
{
background-color: #1E016E;
}
.BgClassName
{
background-color: #1E016E;
}
</style>
border-color css
<style>
span { border-color: #1E016E; }
span { border-color: rgb(30,1,110); }
td.TdClassName
{
border-color: #1E016E;
}
.TagClassName
{
border-color: #1E016E;
}
</style>