Shades of Persian Indigo #2E0C65
Tints of Persian Indigo #2E0C65
RGB
CMYK
RGB Variations
Color information
#2E0C65 (or 0x2E0C65) is known color: Persian Indigo. HEX triplet: 2E, 0C and 65. RGB value is (46,12,101). Sum of RGB (Red+Green+Blue) = 46+12+101=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 101 (39.84% from 255 or 63.52% from 159); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E0C65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0C65 is #D1F39A. Grayscale: #1F1F1F. Windows color (decimal): -13759387 or 6622254. OLE color: 6622254.
HSL color Cylindrical-coordinate representation of color #2E0C65: hue angle of 262.92º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E0C65 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 12 | 101 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.60 |
| HSL | 262.92º | 0.79% | 0.22% | - |
| HSV(B) | 262.92º | 0.88% | 0.4% | - |
| XYZ | 3.61 | 1.78 | 12.47 | - |
| YUV | 32.31 | 166.76 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 12 | 101 | 0.54 | 0.88 | 0 | 0.60 | 262.92 | 0.79 | 0.22 |
| Hex | 2E | C | 65 | 36 | 58 | 0 | 3C | 107 | 4F | 16 |
| Octal | 56 | 14 | 145 | 66 | 130 | 0 | 74 | 407 | 117 | 26 |
| Binary | 101110 | 1100 | 1100101 | 110110 | 1011000 | 0 | 111100 | 100000111 | 1001111 | 10110 |
Color Harmonies of #2E0C65
Complementary color
Monochromatic Colors of #2E0C65
Black with #2E0C65
Text Example
Text Example
White with #2E0C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0C65; }
p { color: rgb(46,12,101); }
H1.HeaderClassName
{
color: #2E0C65;
}
.AnyTagClassName
{
color: #2E0C65;
}
</style>
background-color css
<style>
a { background-color: #2E0C65; }
a { background-color: rgb(46,12,101); }
div.DivClassName
{
background-color: #2E0C65;
}
.BgClassName
{
background-color: #2E0C65;
}
</style>
border-color css
<style>
span { border-color: #2E0C65; }
span { border-color: rgb(46,12,101); }
td.TdClassName
{
border-color: #2E0C65;
}
.TagClassName
{
border-color: #2E0C65;
}
</style>