Shades of Persian Indigo #2E0867
Tints of Persian Indigo #2E0867
RGB
CMYK
RGB Variations
Color information
#2E0867 (or 0x2E0867) is known color: Persian Indigo. HEX triplet: 2E, 08 and 67. RGB value is (46,8,103). Sum of RGB (Red+Green+Blue) = 46+8+103=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 103 (40.62% from 255 or 65.61% from 157); Max value from RGB is 103 - color contains mainly: blue. Hex color #2E0867 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0867 is #D1F798. Grayscale: #1D1D1D. Windows color (decimal): -13760409 or 6752302. OLE color: 6752302.
HSL color Cylindrical-coordinate representation of color #2E0867: hue angle of 264º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E0867 is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 8 | 103 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.60 |
| HSL | 264º | 0.86% | 0.22% | - |
| HSV(B) | 264º | 0.92% | 0.4% | - |
| XYZ | 3.66 | 1.73 | 12.97 | - |
| YUV | 30.19 | 169.09 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 103 | 0.55 | 0.92 | 0 | 0.60 | 264 | 0.86 | 0.22 |
| Hex | 2E | 8 | 67 | 37 | 5C | 0 | 3C | 108 | 56 | 16 |
| Octal | 56 | 10 | 147 | 67 | 134 | 0 | 74 | 410 | 126 | 26 |
| Binary | 101110 | 1000 | 1100111 | 110111 | 1011100 | 0 | 111100 | 100001000 | 1010110 | 10110 |
Color Harmonies of #2E0867
Complementary color
Monochromatic Colors of #2E0867
Black with #2E0867
Text Example
Text Example
White with #2E0867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0867; }
p { color: rgb(46,8,103); }
H1.HeaderClassName
{
color: #2E0867;
}
.AnyTagClassName
{
color: #2E0867;
}
</style>
background-color css
<style>
a { background-color: #2E0867; }
a { background-color: rgb(46,8,103); }
div.DivClassName
{
background-color: #2E0867;
}
.BgClassName
{
background-color: #2E0867;
}
</style>
border-color css
<style>
span { border-color: #2E0867; }
span { border-color: rgb(46,8,103); }
td.TdClassName
{
border-color: #2E0867;
}
.TagClassName
{
border-color: #2E0867;
}
</style>