Shades of Persian Indigo #2E036C
Tints of Persian Indigo #2E036C
RGB
CMYK
RGB Variations
Color information
#2E036C (or 0x2E036C) is known color: Persian Indigo. HEX triplet: 2E, 03 and 6C. RGB value is (46,3,108). Sum of RGB (Red+Green+Blue) = 46+3+108=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E036C is #D1FC93. Grayscale: #1B1B1B. Windows color (decimal): -13761684 or 7078702. OLE color: 7078702.
HSL color Cylindrical-coordinate representation of color #2E036C: hue angle of 264.57º 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 #2E036C is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 3 | 108 | - |
| CMYK | 0.57 | 0.97 | 0 | 0.58 |
| HSL | 264.57º | 0.95% | 0.22% | - |
| HSV(B) | 264.57º | 0.97% | 0.42% | - |
| XYZ | 3.87 | 1.73 | 14.32 | - |
| YUV | 27.83 | 173.25 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 108 | 0.57 | 0.97 | 0 | 0.58 | 264.57 | 0.95 | 0.22 |
| Hex | 2E | 3 | 6C | 39 | 61 | 0 | 3A | 109 | 5F | 16 |
| Octal | 56 | 3 | 154 | 71 | 141 | 0 | 72 | 411 | 137 | 26 |
| Binary | 101110 | 11 | 1101100 | 111001 | 1100001 | 0 | 111010 | 100001001 | 1011111 | 10110 |
Color Harmonies of #2E036C
Complementary color
Monochromatic Colors of #2E036C
Black with #2E036C
Text Example
Text Example
White with #2E036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E036C; }
p { color: rgb(46,3,108); }
H1.HeaderClassName
{
color: #2E036C;
}
.AnyTagClassName
{
color: #2E036C;
}
</style>
background-color css
<style>
a { background-color: #2E036C; }
a { background-color: rgb(46,3,108); }
div.DivClassName
{
background-color: #2E036C;
}
.BgClassName
{
background-color: #2E036C;
}
</style>
border-color css
<style>
span { border-color: #2E036C; }
span { border-color: rgb(46,3,108); }
td.TdClassName
{
border-color: #2E036C;
}
.TagClassName
{
border-color: #2E036C;
}
</style>