Shades of Persian Indigo #2E2384
Tints of Persian Indigo #2E2384
RGB
CMYK
RGB Variations
Color information
#2E2384 (or 0x2E2384) is known color: Persian Indigo. HEX triplet: 2E, 23 and 84. RGB value is (46,35,132). Sum of RGB (Red+Green+Blue) = 46+35+132=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E2384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2384 is #D1DC7B. Grayscale: #303030. Windows color (decimal): -13753468 or 8659758. OLE color: 8659758.
HSL color Cylindrical-coordinate representation of color #2E2384: hue angle of 246.8º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E2384 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 35 | 132 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.48 |
| HSL | 246.8º | 0.58% | 0.33% | - |
| HSV(B) | 246.8º | 0.73% | 0.52% | - |
| XYZ | 5.89 | 3.45 | 22.18 | - |
| YUV | 49.35 | 174.64 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 132 | 0.65 | 0.73 | 0 | 0.48 | 246.8 | 0.58 | 0.33 |
| Hex | 2E | 23 | 84 | 41 | 49 | 0 | 30 | F7 | 3A | 21 |
| Octal | 56 | 43 | 204 | 101 | 111 | 0 | 60 | 367 | 72 | 41 |
| Binary | 101110 | 100011 | 10000100 | 1000001 | 1001001 | 0 | 110000 | 11110111 | 111010 | 100001 |
Color Harmonies of #2E2384
Complementary color
Monochromatic Colors of #2E2384
Black with #2E2384
Text Example
Text Example
White with #2E2384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2384; }
p { color: rgb(46,35,132); }
H1.HeaderClassName
{
color: #2E2384;
}
.AnyTagClassName
{
color: #2E2384;
}
</style>
background-color css
<style>
a { background-color: #2E2384; }
a { background-color: rgb(46,35,132); }
div.DivClassName
{
background-color: #2E2384;
}
.BgClassName
{
background-color: #2E2384;
}
</style>
border-color css
<style>
span { border-color: #2E2384; }
span { border-color: rgb(46,35,132); }
td.TdClassName
{
border-color: #2E2384;
}
.TagClassName
{
border-color: #2E2384;
}
</style>