Shades of Persian Indigo #1E0265
Tints of Persian Indigo #1E0265
RGB
CMYK
RGB Variations
Color information
#1E0265 (or 0x1E0265) is known color: Persian Indigo. HEX triplet: 1E, 02 and 65. RGB value is (30,2,101). Sum of RGB (Red+Green+Blue) = 30+2+101=133 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.56% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 101 (39.84% from 255 or 75.94% from 133); Max value from RGB is 101 - color contains mainly: blue. Hex color #1E0265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0265 is #E1FD9A. Grayscale: #151515. Windows color (decimal): -14810523 or 6619678. OLE color: 6619678.
HSL color Cylindrical-coordinate representation of color #1E0265: hue angle of 256.97º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E0265 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 2 | 101 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.60 |
| HSL | 256.97º | 0.96% | 0.2% | - |
| HSV(B) | 256.97º | 0.98% | 0.4% | - |
| XYZ | 2.91 | 1.26 | 12.4 | - |
| YUV | 21.66 | 172.78 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 101 | 0.70 | 0.98 | 0 | 0.60 | 256.97 | 0.96 | 0.2 |
| Hex | 1E | 2 | 65 | 46 | 62 | 0 | 3C | 101 | 60 | 14 |
| Octal | 36 | 2 | 145 | 106 | 142 | 0 | 74 | 401 | 140 | 24 |
| Binary | 11110 | 10 | 1100101 | 1000110 | 1100010 | 0 | 111100 | 100000001 | 1100000 | 10100 |
Color Harmonies of #1E0265
Complementary color
Monochromatic Colors of #1E0265
Black with #1E0265
Text Example
Text Example
White with #1E0265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0265; }
p { color: rgb(30,2,101); }
H1.HeaderClassName
{
color: #1E0265;
}
.AnyTagClassName
{
color: #1E0265;
}
</style>
background-color css
<style>
a { background-color: #1E0265; }
a { background-color: rgb(30,2,101); }
div.DivClassName
{
background-color: #1E0265;
}
.BgClassName
{
background-color: #1E0265;
}
</style>
border-color css
<style>
span { border-color: #1E0265; }
span { border-color: rgb(30,2,101); }
td.TdClassName
{
border-color: #1E0265;
}
.TagClassName
{
border-color: #1E0265;
}
</style>