Shades of Persian Indigo #1E0565
Tints of Persian Indigo #1E0565
RGB
CMYK
RGB Variations
Color information
#1E0565 (or 0x1E0565) is known color: Persian Indigo. HEX triplet: 1E, 05 and 65. RGB value is (30,5,101). Sum of RGB (Red+Green+Blue) = 30+5+101=136 (18% of max value = 765). Red value is 30 (12.11% from 255 or 22.06% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 101 (39.84% from 255 or 74.26% from 136); Max value from RGB is 101 - color contains mainly: blue. Hex color #1E0565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0565 is #E1FA9A. Grayscale: #171717. Windows color (decimal): -14809755 or 6620446. OLE color: 6620446.
HSL color Cylindrical-coordinate representation of color #1E0565: hue angle of 255.62º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0565 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 5 | 101 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.60 |
| HSL | 255.63º | 0.91% | 0.21% | - |
| HSV(B) | 255.63º | 0.95% | 0.4% | - |
| XYZ | 2.94 | 1.32 | 12.41 | - |
| YUV | 23.42 | 171.78 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 101 | 0.70 | 0.95 | 0 | 0.60 | 255.63 | 0.91 | 0.21 |
| Hex | 1E | 5 | 65 | 46 | 5F | 0 | 3C | 100 | 5B | 15 |
| Octal | 36 | 5 | 145 | 106 | 137 | 0 | 74 | 400 | 133 | 25 |
| Binary | 11110 | 101 | 1100101 | 1000110 | 1011111 | 0 | 111100 | 100000000 | 1011011 | 10101 |
Color Harmonies of #1E0565
Complementary color
Monochromatic Colors of #1E0565
Black with #1E0565
Text Example
Text Example
White with #1E0565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0565; }
p { color: rgb(30,5,101); }
H1.HeaderClassName
{
color: #1E0565;
}
.AnyTagClassName
{
color: #1E0565;
}
</style>
background-color css
<style>
a { background-color: #1E0565; }
a { background-color: rgb(30,5,101); }
div.DivClassName
{
background-color: #1E0565;
}
.BgClassName
{
background-color: #1E0565;
}
</style>
border-color css
<style>
span { border-color: #1E0565; }
span { border-color: rgb(30,5,101); }
td.TdClassName
{
border-color: #1E0565;
}
.TagClassName
{
border-color: #1E0565;
}
</style>