Shades of Persian Indigo #1E005D
Tints of Persian Indigo #1E005D
RGB
CMYK
RGB Variations
Color information
#1E005D (or 0x1E005D) is known color: Persian Indigo. HEX triplet: 1E, 00 and 5D. RGB value is (30,0,93). Sum of RGB (Red+Green+Blue) = 30+0+93=123 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.39% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 93 (36.72% from 255 or 75.61% from 123); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E005D is #E1FFA2. Grayscale: #131313. Windows color (decimal): -14811043 or 6094878. OLE color: 6094878.
HSL color Cylindrical-coordinate representation of color #1E005D: hue angle of 259.35º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E005D is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 0 | 93 | - |
| CMYK | 0.68 | 1 | 0 | 0.64 |
| HSL | 259.35º | 1% | 0.18% | - |
| HSV(B) | 259.35º | 1% | 0.36% | - |
| XYZ | 2.51 | 1.07 | 10.43 | - |
| YUV | 19.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 93 | 0.68 | 1 | 0 | 0.64 | 259.35 | 1 | 0.18 |
| Hex | 1E | 0 | 5D | 44 | 64 | 0 | 40 | 103 | 64 | 12 |
| Octal | 36 | 0 | 135 | 104 | 144 | 0 | 100 | 403 | 144 | 22 |
| Binary | 11110 | 0 | 1011101 | 1000100 | 1100100 | 0 | 1000000 | 100000011 | 1100100 | 10010 |
Color Harmonies of #1E005D
Complementary color
Monochromatic Colors of #1E005D
Black with #1E005D
Text Example
Text Example
White with #1E005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E005D; }
p { color: rgb(30,0,93); }
H1.HeaderClassName
{
color: #1E005D;
}
.AnyTagClassName
{
color: #1E005D;
}
</style>
background-color css
<style>
a { background-color: #1E005D; }
a { background-color: rgb(30,0,93); }
div.DivClassName
{
background-color: #1E005D;
}
.BgClassName
{
background-color: #1E005D;
}
</style>
border-color css
<style>
span { border-color: #1E005D; }
span { border-color: rgb(30,0,93); }
td.TdClassName
{
border-color: #1E005D;
}
.TagClassName
{
border-color: #1E005D;
}
</style>