Shades of Persian Indigo #2E0260
Tints of Persian Indigo #2E0260
RGB
CMYK
RGB Variations
Color information
#2E0260 (or 0x2E0260) is known color: Persian Indigo. HEX triplet: 2E, 02 and 60. RGB value is (46,2,96). Sum of RGB (Red+Green+Blue) = 46+2+96=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 96 (37.89% from 255 or 66.67% from 144); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E0260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0260 is #D1FD9F. Grayscale: #191919. Windows color (decimal): -13761952 or 6292014. OLE color: 6292014.
HSL color Cylindrical-coordinate representation of color #2E0260: hue angle of 268.09º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E0260 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 2 | 96 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.62 |
| HSL | 268.09º | 0.96% | 0.19% | - |
| HSV(B) | 268.09º | 0.98% | 0.38% | - |
| XYZ | 3.26 | 1.47 | 11.18 | - |
| YUV | 25.87 | 167.58 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 96 | 0.52 | 0.98 | 0 | 0.62 | 268.09 | 0.96 | 0.19 |
| Hex | 2E | 2 | 60 | 34 | 62 | 0 | 3E | 10C | 60 | 13 |
| Octal | 56 | 2 | 140 | 64 | 142 | 0 | 76 | 414 | 140 | 23 |
| Binary | 101110 | 10 | 1100000 | 110100 | 1100010 | 0 | 111110 | 100001100 | 1100000 | 10011 |
Color Harmonies of #2E0260
Complementary color
Monochromatic Colors of #2E0260
Black with #2E0260
Text Example
Text Example
White with #2E0260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0260; }
p { color: rgb(46,2,96); }
H1.HeaderClassName
{
color: #2E0260;
}
.AnyTagClassName
{
color: #2E0260;
}
</style>
background-color css
<style>
a { background-color: #2E0260; }
a { background-color: rgb(46,2,96); }
div.DivClassName
{
background-color: #2E0260;
}
.BgClassName
{
background-color: #2E0260;
}
</style>
border-color css
<style>
span { border-color: #2E0260; }
span { border-color: rgb(46,2,96); }
td.TdClassName
{
border-color: #2E0260;
}
.TagClassName
{
border-color: #2E0260;
}
</style>