Shades of Persian Indigo #1E0260
Tints of Persian Indigo #1E0260
RGB
CMYK
RGB Variations
Color information
#1E0260 (or 0x1E0260) is known color: Persian Indigo. HEX triplet: 1E, 02 and 60. RGB value is (30,2,96). Sum of RGB (Red+Green+Blue) = 30+2+96=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 96 (37.89% from 255 or 75% from 128); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E0260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0260 is #E1FD9F. Grayscale: #141414. Windows color (decimal): -14810528 or 6291998. OLE color: 6291998.
HSL color Cylindrical-coordinate representation of color #1E0260: hue angle of 257.87º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E0260 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 2 | 96 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.62 |
| HSL | 257.87º | 0.96% | 0.19% | - |
| HSV(B) | 257.87º | 0.98% | 0.38% | - |
| XYZ | 2.67 | 1.16 | 11.15 | - |
| YUV | 21.09 | 170.28 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 96 | 0.69 | 0.98 | 0 | 0.62 | 257.87 | 0.96 | 0.19 |
| Hex | 1E | 2 | 60 | 45 | 62 | 0 | 3E | 102 | 60 | 13 |
| Octal | 36 | 2 | 140 | 105 | 142 | 0 | 76 | 402 | 140 | 23 |
| Binary | 11110 | 10 | 1100000 | 1000101 | 1100010 | 0 | 111110 | 100000010 | 1100000 | 10011 |
Color Harmonies of #1E0260
Complementary color
Monochromatic Colors of #1E0260
Black with #1E0260
Text Example
Text Example
White with #1E0260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0260; }
p { color: rgb(30,2,96); }
H1.HeaderClassName
{
color: #1E0260;
}
.AnyTagClassName
{
color: #1E0260;
}
</style>
background-color css
<style>
a { background-color: #1E0260; }
a { background-color: rgb(30,2,96); }
div.DivClassName
{
background-color: #1E0260;
}
.BgClassName
{
background-color: #1E0260;
}
</style>
border-color css
<style>
span { border-color: #1E0260; }
span { border-color: rgb(30,2,96); }
td.TdClassName
{
border-color: #1E0260;
}
.TagClassName
{
border-color: #1E0260;
}
</style>