Shades of Persian Indigo #1E0073
Tints of Persian Indigo #1E0073
RGB
CMYK
RGB Variations
Color information
#1E0073 (or 0x1E0073) is known color: Persian Indigo. HEX triplet: 1E, 00 and 73. RGB value is (30,0,115). Sum of RGB (Red+Green+Blue) = 30+0+115=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 115 (45.31% from 255 or 79.31% from 145); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E0073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0073 is #E1FF8C. Grayscale: #151515. Windows color (decimal): -14811021 or 7536670. OLE color: 7536670.
HSL color Cylindrical-coordinate representation of color #1E0073: hue angle of 255.65º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E0073 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 0 | 115 | - |
| CMYK | 0.74 | 1 | 0 | 0.55 |
| HSL | 255.65º | 1% | 0.23% | - |
| HSV(B) | 255.65º | 1% | 0.45% | - |
| XYZ | 3.63 | 1.51 | 16.32 | - |
| YUV | 22.08 | 180.44 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 115 | 0.74 | 1 | 0 | 0.55 | 255.65 | 1 | 0.23 |
| Hex | 1E | 0 | 73 | 4A | 64 | 0 | 37 | 100 | 64 | 17 |
| Octal | 36 | 0 | 163 | 112 | 144 | 0 | 67 | 400 | 144 | 27 |
| Binary | 11110 | 0 | 1110011 | 1001010 | 1100100 | 0 | 110111 | 100000000 | 1100100 | 10111 |
Color Harmonies of #1E0073
Complementary color
Monochromatic Colors of #1E0073
Black with #1E0073
Text Example
Text Example
White with #1E0073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0073; }
p { color: rgb(30,0,115); }
H1.HeaderClassName
{
color: #1E0073;
}
.AnyTagClassName
{
color: #1E0073;
}
</style>
background-color css
<style>
a { background-color: #1E0073; }
a { background-color: rgb(30,0,115); }
div.DivClassName
{
background-color: #1E0073;
}
.BgClassName
{
background-color: #1E0073;
}
</style>
border-color css
<style>
span { border-color: #1E0073; }
span { border-color: rgb(30,0,115); }
td.TdClassName
{
border-color: #1E0073;
}
.TagClassName
{
border-color: #1E0073;
}
</style>