Shades of Persian Indigo #1E005F
Tints of Persian Indigo #1E005F
RGB
CMYK
RGB Variations
Color information
#1E005F (or 0x1E005F) is known color: Persian Indigo. HEX triplet: 1E, 00 and 5F. RGB value is (30,0,95). Sum of RGB (Red+Green+Blue) = 30+0+95=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 95 (37.5% from 255 or 76% from 125); Max value from RGB is 95 - color contains mainly: blue. Hex color #1E005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E005F is #E1FFA0. Grayscale: #131313. Windows color (decimal): -14811041 or 6225950. OLE color: 6225950.
HSL color Cylindrical-coordinate representation of color #1E005F: hue angle of 258.95º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E005F is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 30 | 0 | 95 | - |
| CMYK | 0.68 | 1 | 0 | 0.63 |
| HSL | 258.95º | 1% | 0.19% | - |
| HSV(B) | 258.95º | 1% | 0.37% | - |
| XYZ | 2.6 | 1.1 | 10.9 | - |
| YUV | 19.8 | 170.44 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 95 | 0.68 | 1 | 0 | 0.63 | 258.95 | 1 | 0.19 |
| Hex | 1E | 0 | 5F | 44 | 64 | 0 | 3F | 103 | 64 | 13 |
| Octal | 36 | 0 | 137 | 104 | 144 | 0 | 77 | 403 | 144 | 23 |
| Binary | 11110 | 0 | 1011111 | 1000100 | 1100100 | 0 | 111111 | 100000011 | 1100100 | 10011 |
Color Harmonies of #1E005F
Complementary color
Monochromatic Colors of #1E005F
Black with #1E005F
Text Example
Text Example
White with #1E005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E005F; }
p { color: rgb(30,0,95); }
H1.HeaderClassName
{
color: #1E005F;
}
.AnyTagClassName
{
color: #1E005F;
}
</style>
background-color css
<style>
a { background-color: #1E005F; }
a { background-color: rgb(30,0,95); }
div.DivClassName
{
background-color: #1E005F;
}
.BgClassName
{
background-color: #1E005F;
}
</style>
border-color css
<style>
span { border-color: #1E005F; }
span { border-color: rgb(30,0,95); }
td.TdClassName
{
border-color: #1E005F;
}
.TagClassName
{
border-color: #1E005F;
}
</style>