Shades of Persian Indigo #1E0465
Tints of Persian Indigo #1E0465
RGB
CMYK
RGB Variations
Color information
#1E0465 (or 0x1E0465) is known color: Persian Indigo. HEX triplet: 1E, 04 and 65. RGB value is (30,4,101). Sum of RGB (Red+Green+Blue) = 30+4+101=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 101 (39.84% from 255 or 74.81% from 135); Max value from RGB is 101 - color contains mainly: blue. Hex color #1E0465 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0465 is #E1FB9A. Grayscale: #161616. Windows color (decimal): -14810011 or 6620190. OLE color: 6620190.
HSL color Cylindrical-coordinate representation of color #1E0465: hue angle of 256.08º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E0465 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 4 | 101 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.60 |
| HSL | 256.08º | 0.92% | 0.21% | - |
| HSV(B) | 256.08º | 0.96% | 0.4% | - |
| XYZ | 2.93 | 1.3 | 12.41 | - |
| YUV | 22.83 | 172.11 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 4 | 101 | 0.70 | 0.96 | 0 | 0.60 | 256.08 | 0.92 | 0.21 |
| Hex | 1E | 4 | 65 | 46 | 60 | 0 | 3C | 100 | 5C | 15 |
| Octal | 36 | 4 | 145 | 106 | 140 | 0 | 74 | 400 | 134 | 25 |
| Binary | 11110 | 100 | 1100101 | 1000110 | 1100000 | 0 | 111100 | 100000000 | 1011100 | 10101 |
Color Harmonies of #1E0465
Complementary color
Monochromatic Colors of #1E0465
Black with #1E0465
Text Example
Text Example
White with #1E0465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0465; }
p { color: rgb(30,4,101); }
H1.HeaderClassName
{
color: #1E0465;
}
.AnyTagClassName
{
color: #1E0465;
}
</style>
background-color css
<style>
a { background-color: #1E0465; }
a { background-color: rgb(30,4,101); }
div.DivClassName
{
background-color: #1E0465;
}
.BgClassName
{
background-color: #1E0465;
}
</style>
border-color css
<style>
span { border-color: #1E0465; }
span { border-color: rgb(30,4,101); }
td.TdClassName
{
border-color: #1E0465;
}
.TagClassName
{
border-color: #1E0465;
}
</style>