Shades of Persian Indigo #2E0269
Tints of Persian Indigo #2E0269
RGB
CMYK
RGB Variations
Color information
#2E0269 (or 0x2E0269) is known color: Persian Indigo. HEX triplet: 2E, 02 and 69. RGB value is (46,2,105). Sum of RGB (Red+Green+Blue) = 46+2+105=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 105 (41.41% from 255 or 68.63% from 153); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E0269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0269 is #D1FD96. Grayscale: #1A1A1A. Windows color (decimal): -13761943 or 6881838. OLE color: 6881838.
HSL color Cylindrical-coordinate representation of color #2E0269: hue angle of 265.63º 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 #2E0269 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 2 | 105 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.59 |
| HSL | 265.63º | 0.96% | 0.21% | - |
| HSV(B) | 265.63º | 0.98% | 0.41% | - |
| XYZ | 3.7 | 1.64 | 13.49 | - |
| YUV | 26.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 105 | 0.56 | 0.98 | 0 | 0.59 | 265.63 | 0.96 | 0.21 |
| Hex | 2E | 2 | 69 | 38 | 62 | 0 | 3B | 10A | 60 | 15 |
| Octal | 56 | 2 | 151 | 70 | 142 | 0 | 73 | 412 | 140 | 25 |
| Binary | 101110 | 10 | 1101001 | 111000 | 1100010 | 0 | 111011 | 100001010 | 1100000 | 10101 |
Color Harmonies of #2E0269
Complementary color
Monochromatic Colors of #2E0269
Black with #2E0269
Text Example
Text Example
White with #2E0269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0269; }
p { color: rgb(46,2,105); }
H1.HeaderClassName
{
color: #2E0269;
}
.AnyTagClassName
{
color: #2E0269;
}
</style>
background-color css
<style>
a { background-color: #2E0269; }
a { background-color: rgb(46,2,105); }
div.DivClassName
{
background-color: #2E0269;
}
.BgClassName
{
background-color: #2E0269;
}
</style>
border-color css
<style>
span { border-color: #2E0269; }
span { border-color: rgb(46,2,105); }
td.TdClassName
{
border-color: #2E0269;
}
.TagClassName
{
border-color: #2E0269;
}
</style>