Shades of Persian Indigo #2E036B
Tints of Persian Indigo #2E036B
RGB
CMYK
RGB Variations
Color information
#2E036B (or 0x2E036B) is known color: Persian Indigo. HEX triplet: 2E, 03 and 6B. RGB value is (46,3,107). Sum of RGB (Red+Green+Blue) = 46+3+107=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 107 (42.19% from 255 or 68.59% from 156); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E036B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E036B is #D1FC94. Grayscale: #1B1B1B. Windows color (decimal): -13761685 or 7013166. OLE color: 7013166.
HSL color Cylindrical-coordinate representation of color #2E036B: hue angle of 264.81º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E036B is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 3 | 107 | - |
| CMYK | 0.57 | 0.97 | 0 | 0.58 |
| HSL | 264.81º | 0.95% | 0.22% | - |
| HSV(B) | 264.81º | 0.97% | 0.42% | - |
| XYZ | 3.81 | 1.71 | 14.04 | - |
| YUV | 27.71 | 172.75 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 107 | 0.57 | 0.97 | 0 | 0.58 | 264.81 | 0.95 | 0.22 |
| Hex | 2E | 3 | 6B | 39 | 61 | 0 | 3A | 109 | 5F | 16 |
| Octal | 56 | 3 | 153 | 71 | 141 | 0 | 72 | 411 | 137 | 26 |
| Binary | 101110 | 11 | 1101011 | 111001 | 1100001 | 0 | 111010 | 100001001 | 1011111 | 10110 |
Color Harmonies of #2E036B
Complementary color
Monochromatic Colors of #2E036B
Black with #2E036B
Text Example
Text Example
White with #2E036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E036B; }
p { color: rgb(46,3,107); }
H1.HeaderClassName
{
color: #2E036B;
}
.AnyTagClassName
{
color: #2E036B;
}
</style>
background-color css
<style>
a { background-color: #2E036B; }
a { background-color: rgb(46,3,107); }
div.DivClassName
{
background-color: #2E036B;
}
.BgClassName
{
background-color: #2E036B;
}
</style>
border-color css
<style>
span { border-color: #2E036B; }
span { border-color: rgb(46,3,107); }
td.TdClassName
{
border-color: #2E036B;
}
.TagClassName
{
border-color: #2E036B;
}
</style>