Shades of Persian Indigo #2E0784
Tints of Persian Indigo #2E0784
RGB
CMYK
RGB Variations
Color information
#2E0784 (or 0x2E0784) is known color: Persian Indigo. HEX triplet: 2E, 07 and 84. RGB value is (46,7,132). Sum of RGB (Red+Green+Blue) = 46+7+132=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 132 (51.95% from 255 or 71.35% from 185); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E0784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0784 is #D1F87B. Grayscale: #202020. Windows color (decimal): -13760636 or 8652590. OLE color: 8652590.
HSL color Cylindrical-coordinate representation of color #2E0784: hue angle of 258.72º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E0784 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 7 | 132 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.48 |
| HSL | 258.72º | 0.9% | 0.27% | - |
| HSV(B) | 258.72º | 0.95% | 0.52% | - |
| XYZ | 5.37 | 2.4 | 22.01 | - |
| YUV | 32.91 | 183.92 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 132 | 0.65 | 0.95 | 0 | 0.48 | 258.72 | 0.9 | 0.27 |
| Hex | 2E | 7 | 84 | 41 | 5F | 0 | 30 | 103 | 5A | 1B |
| Octal | 56 | 7 | 204 | 101 | 137 | 0 | 60 | 403 | 132 | 33 |
| Binary | 101110 | 111 | 10000100 | 1000001 | 1011111 | 0 | 110000 | 100000011 | 1011010 | 11011 |
Color Harmonies of #2E0784
Complementary color
Monochromatic Colors of #2E0784
Black with #2E0784
Text Example
Text Example
White with #2E0784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0784; }
p { color: rgb(46,7,132); }
H1.HeaderClassName
{
color: #2E0784;
}
.AnyTagClassName
{
color: #2E0784;
}
</style>
background-color css
<style>
a { background-color: #2E0784; }
a { background-color: rgb(46,7,132); }
div.DivClassName
{
background-color: #2E0784;
}
.BgClassName
{
background-color: #2E0784;
}
</style>
border-color css
<style>
span { border-color: #2E0784; }
span { border-color: rgb(46,7,132); }
td.TdClassName
{
border-color: #2E0784;
}
.TagClassName
{
border-color: #2E0784;
}
</style>