Shades of Persian Indigo #1E0268
Tints of Persian Indigo #1E0268
RGB
CMYK
RGB Variations
Color information
#1E0268 (or 0x1E0268) is known color: Persian Indigo. HEX triplet: 1E, 02 and 68. RGB value is (30,2,104). Sum of RGB (Red+Green+Blue) = 30+2+104=136 (18% of max value = 765). Red value is 30 (12.11% from 255 or 22.06% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 104 (41.02% from 255 or 76.47% from 136); Max value from RGB is 104 - color contains mainly: blue. Hex color #1E0268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0268 is #E1FD97. Grayscale: #151515. Windows color (decimal): -14810520 or 6816286. OLE color: 6816286.
HSL color Cylindrical-coordinate representation of color #1E0268: hue angle of 256.47º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E0268 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 2 | 104 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.59 |
| HSL | 256.47º | 0.96% | 0.21% | - |
| HSV(B) | 256.47º | 0.98% | 0.41% | - |
| XYZ | 3.06 | 1.32 | 13.19 | - |
| YUV | 22 | 174.28 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 104 | 0.71 | 0.98 | 0 | 0.59 | 256.47 | 0.96 | 0.21 |
| Hex | 1E | 2 | 68 | 47 | 62 | 0 | 3B | 100 | 60 | 15 |
| Octal | 36 | 2 | 150 | 107 | 142 | 0 | 73 | 400 | 140 | 25 |
| Binary | 11110 | 10 | 1101000 | 1000111 | 1100010 | 0 | 111011 | 100000000 | 1100000 | 10101 |
Color Harmonies of #1E0268
Complementary color
Monochromatic Colors of #1E0268
Black with #1E0268
Text Example
Text Example
White with #1E0268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0268; }
p { color: rgb(30,2,104); }
H1.HeaderClassName
{
color: #1E0268;
}
.AnyTagClassName
{
color: #1E0268;
}
</style>
background-color css
<style>
a { background-color: #1E0268; }
a { background-color: rgb(30,2,104); }
div.DivClassName
{
background-color: #1E0268;
}
.BgClassName
{
background-color: #1E0268;
}
</style>
border-color css
<style>
span { border-color: #1E0268; }
span { border-color: rgb(30,2,104); }
td.TdClassName
{
border-color: #1E0268;
}
.TagClassName
{
border-color: #1E0268;
}
</style>