Shades of Persian Indigo #1E0166
Tints of Persian Indigo #1E0166
RGB
CMYK
RGB Variations
Color information
#1E0166 (or 0x1E0166) is known color: Persian Indigo. HEX triplet: 1E, 01 and 66. RGB value is (30,1,102). Sum of RGB (Red+Green+Blue) = 30+1+102=133 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.56% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 102 (40.23% from 255 or 76.69% from 133); Max value from RGB is 102 - color contains mainly: blue. Hex color #1E0166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0166 is #E1FE99. Grayscale: #141414. Windows color (decimal): -14810778 or 6684958. OLE color: 6684958.
HSL color Cylindrical-coordinate representation of color #1E0166: hue angle of 257.23º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E0166 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 1 | 102 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.6 |
| HSL | 257.23º | 0.98% | 0.2% | - |
| HSV(B) | 257.23º | 0.99% | 0.4% | - |
| XYZ | 2.94 | 1.26 | 12.66 | - |
| YUV | 21.19 | 173.61 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 102 | 0.71 | 0.99 | 0 | 0.6 | 257.23 | 0.98 | 0.2 |
| Hex | 1E | 1 | 66 | 47 | 63 | 0 | 3C | 101 | 62 | 14 |
| Octal | 36 | 1 | 146 | 107 | 143 | 0 | 74 | 401 | 142 | 24 |
| Binary | 11110 | 1 | 1100110 | 1000111 | 1100011 | 0 | 111100 | 100000001 | 1100010 | 10100 |
Color Harmonies of #1E0166
Complementary color
Monochromatic Colors of #1E0166
Black with #1E0166
Text Example
Text Example
White with #1E0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0166; }
p { color: rgb(30,1,102); }
H1.HeaderClassName
{
color: #1E0166;
}
.AnyTagClassName
{
color: #1E0166;
}
</style>
background-color css
<style>
a { background-color: #1E0166; }
a { background-color: rgb(30,1,102); }
div.DivClassName
{
background-color: #1E0166;
}
.BgClassName
{
background-color: #1E0166;
}
</style>
border-color css
<style>
span { border-color: #1E0166; }
span { border-color: rgb(30,1,102); }
td.TdClassName
{
border-color: #1E0166;
}
.TagClassName
{
border-color: #1E0166;
}
</style>