Shades of Persian Indigo #2E2284
Tints of Persian Indigo #2E2284
RGB
CMYK
RGB Variations
Color information
#2E2284 (or 0x2E2284) is known color: Persian Indigo. HEX triplet: 2E, 22 and 84. RGB value is (46,34,132). Sum of RGB (Red+Green+Blue) = 46+34+132=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 132 (51.95% from 255 or 62.26% from 212); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E2284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2284 is #D1DD7B. Grayscale: #303030. Windows color (decimal): -13753724 or 8659502. OLE color: 8659502.
HSL color Cylindrical-coordinate representation of color #2E2284: hue angle of 247.35º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E2284 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 34 | 132 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.48 |
| HSL | 247.35º | 0.59% | 0.33% | - |
| HSV(B) | 247.35º | 0.74% | 0.52% | - |
| XYZ | 5.86 | 3.39 | 22.18 | - |
| YUV | 48.76 | 174.98 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 132 | 0.65 | 0.74 | 0 | 0.48 | 247.35 | 0.59 | 0.33 |
| Hex | 2E | 22 | 84 | 41 | 4A | 0 | 30 | F7 | 3B | 21 |
| Octal | 56 | 42 | 204 | 101 | 112 | 0 | 60 | 367 | 73 | 41 |
| Binary | 101110 | 100010 | 10000100 | 1000001 | 1001010 | 0 | 110000 | 11110111 | 111011 | 100001 |
Color Harmonies of #2E2284
Complementary color
Monochromatic Colors of #2E2284
Black with #2E2284
Text Example
Text Example
White with #2E2284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2284; }
p { color: rgb(46,34,132); }
H1.HeaderClassName
{
color: #2E2284;
}
.AnyTagClassName
{
color: #2E2284;
}
</style>
background-color css
<style>
a { background-color: #2E2284; }
a { background-color: rgb(46,34,132); }
div.DivClassName
{
background-color: #2E2284;
}
.BgClassName
{
background-color: #2E2284;
}
</style>
border-color css
<style>
span { border-color: #2E2284; }
span { border-color: rgb(46,34,132); }
td.TdClassName
{
border-color: #2E2284;
}
.TagClassName
{
border-color: #2E2284;
}
</style>