Shades of Persian Indigo #1E0165
Tints of Persian Indigo #1E0165
RGB
CMYK
RGB Variations
Color information
#1E0165 (or 0x1E0165) is known color: Persian Indigo. HEX triplet: 1E, 01 and 65. RGB value is (30,1,101). Sum of RGB (Red+Green+Blue) = 30+1+101=132 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.73% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 101 (39.84% from 255 or 76.52% from 132); Max value from RGB is 101 - color contains mainly: blue. Hex color #1E0165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0165 is #E1FE9A. Grayscale: #141414. Windows color (decimal): -14810779 or 6619422. OLE color: 6619422.
HSL color Cylindrical-coordinate representation of color #1E0165: hue angle of 257.4º 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 #1E0165 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 1 | 101 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.60 |
| HSL | 257.4º | 0.98% | 0.2% | - |
| HSV(B) | 257.4º | 0.99% | 0.4% | - |
| XYZ | 2.9 | 1.24 | 12.4 | - |
| YUV | 21.07 | 173.11 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 101 | 0.70 | 0.99 | 0 | 0.60 | 257.4 | 0.98 | 0.2 |
| Hex | 1E | 1 | 65 | 46 | 63 | 0 | 3C | 101 | 62 | 14 |
| Octal | 36 | 1 | 145 | 106 | 143 | 0 | 74 | 401 | 142 | 24 |
| Binary | 11110 | 1 | 1100101 | 1000110 | 1100011 | 0 | 111100 | 100000001 | 1100010 | 10100 |
Color Harmonies of #1E0165
Complementary color
Monochromatic Colors of #1E0165
Black with #1E0165
Text Example
Text Example
White with #1E0165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0165; }
p { color: rgb(30,1,101); }
H1.HeaderClassName
{
color: #1E0165;
}
.AnyTagClassName
{
color: #1E0165;
}
</style>
background-color css
<style>
a { background-color: #1E0165; }
a { background-color: rgb(30,1,101); }
div.DivClassName
{
background-color: #1E0165;
}
.BgClassName
{
background-color: #1E0165;
}
</style>
border-color css
<style>
span { border-color: #1E0165; }
span { border-color: rgb(30,1,101); }
td.TdClassName
{
border-color: #1E0165;
}
.TagClassName
{
border-color: #1E0165;
}
</style>