Shades of Persian Indigo #1E0264
Tints of Persian Indigo #1E0264
RGB
CMYK
RGB Variations
Color information
#1E0264 (or 0x1E0264) is known color: Persian Indigo. HEX triplet: 1E, 02 and 64. RGB value is (30,2,100). Sum of RGB (Red+Green+Blue) = 30+2+100=132 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.73% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 100 (39.45% from 255 or 75.76% from 132); Max value from RGB is 100 - color contains mainly: blue. Hex color #1E0264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0264 is #E1FD9B. Grayscale: #151515. Windows color (decimal): -14810524 or 6554142. OLE color: 6554142.
HSL color Cylindrical-coordinate representation of color #1E0264: hue angle of 257.14º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E0264 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 2 | 100 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.61 |
| HSL | 257.14º | 0.96% | 0.2% | - |
| HSV(B) | 257.14º | 0.98% | 0.39% | - |
| XYZ | 2.86 | 1.24 | 12.15 | - |
| YUV | 21.54 | 172.28 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 100 | 0.70 | 0.98 | 0 | 0.61 | 257.14 | 0.96 | 0.2 |
| Hex | 1E | 2 | 64 | 46 | 62 | 0 | 3D | 101 | 60 | 14 |
| Octal | 36 | 2 | 144 | 106 | 142 | 0 | 75 | 401 | 140 | 24 |
| Binary | 11110 | 10 | 1100100 | 1000110 | 1100010 | 0 | 111101 | 100000001 | 1100000 | 10100 |
Color Harmonies of #1E0264
Complementary color
Monochromatic Colors of #1E0264
Black with #1E0264
Text Example
Text Example
White with #1E0264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0264; }
p { color: rgb(30,2,100); }
H1.HeaderClassName
{
color: #1E0264;
}
.AnyTagClassName
{
color: #1E0264;
}
</style>
background-color css
<style>
a { background-color: #1E0264; }
a { background-color: rgb(30,2,100); }
div.DivClassName
{
background-color: #1E0264;
}
.BgClassName
{
background-color: #1E0264;
}
</style>
border-color css
<style>
span { border-color: #1E0264; }
span { border-color: rgb(30,2,100); }
td.TdClassName
{
border-color: #1E0264;
}
.TagClassName
{
border-color: #1E0264;
}
</style>