Shades of Persian Indigo #1E0466
Tints of Persian Indigo #1E0466
RGB
CMYK
RGB Variations
Color information
#1E0466 (or 0x1E0466) is known color: Persian Indigo. HEX triplet: 1E, 04 and 66. RGB value is (30,4,102). Sum of RGB (Red+Green+Blue) = 30+4+102=136 (18% of max value = 765). Red value is 30 (12.11% from 255 or 22.06% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 102 (40.23% from 255 or 75% from 136); Max value from RGB is 102 - color contains mainly: blue. Hex color #1E0466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0466 is #E1FB99. Grayscale: #161616. Windows color (decimal): -14810010 or 6685726. OLE color: 6685726.
HSL color Cylindrical-coordinate representation of color #1E0466: hue angle of 255.92º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E0466 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 4 | 102 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.6 |
| HSL | 255.92º | 0.92% | 0.21% | - |
| HSV(B) | 255.92º | 0.96% | 0.4% | - |
| XYZ | 2.98 | 1.32 | 12.67 | - |
| YUV | 22.95 | 172.61 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 4 | 102 | 0.71 | 0.96 | 0 | 0.6 | 255.92 | 0.92 | 0.21 |
| Hex | 1E | 4 | 66 | 47 | 60 | 0 | 3C | 100 | 5C | 15 |
| Octal | 36 | 4 | 146 | 107 | 140 | 0 | 74 | 400 | 134 | 25 |
| Binary | 11110 | 100 | 1100110 | 1000111 | 1100000 | 0 | 111100 | 100000000 | 1011100 | 10101 |
Color Harmonies of #1E0466
Complementary color
Monochromatic Colors of #1E0466
Black with #1E0466
Text Example
Text Example
White with #1E0466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0466; }
p { color: rgb(30,4,102); }
H1.HeaderClassName
{
color: #1E0466;
}
.AnyTagClassName
{
color: #1E0466;
}
</style>
background-color css
<style>
a { background-color: #1E0466; }
a { background-color: rgb(30,4,102); }
div.DivClassName
{
background-color: #1E0466;
}
.BgClassName
{
background-color: #1E0466;
}
</style>
border-color css
<style>
span { border-color: #1E0466; }
span { border-color: rgb(30,4,102); }
td.TdClassName
{
border-color: #1E0466;
}
.TagClassName
{
border-color: #1E0466;
}
</style>