Shades of Persian Indigo #2E2682
Tints of Persian Indigo #2E2682
RGB
CMYK
RGB Variations
Color information
#2E2682 (or 0x2E2682) is known color: Persian Indigo. HEX triplet: 2E, 26 and 82. RGB value is (46,38,130). Sum of RGB (Red+Green+Blue) = 46+38+130=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E2682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2682 is #D1D97D. Grayscale: #323232. Windows color (decimal): -13752702 or 8529454. OLE color: 8529454.
HSL color Cylindrical-coordinate representation of color #2E2682: hue angle of 245.22º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E2682 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 38 | 130 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.49 |
| HSL | 245.22º | 0.55% | 0.33% | - |
| HSV(B) | 245.22º | 0.71% | 0.51% | - |
| XYZ | 5.85 | 3.58 | 21.5 | - |
| YUV | 50.88 | 172.65 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 38 | 130 | 0.65 | 0.71 | 0 | 0.49 | 245.22 | 0.55 | 0.33 |
| Hex | 2E | 26 | 82 | 41 | 47 | 0 | 31 | F5 | 37 | 21 |
| Octal | 56 | 46 | 202 | 101 | 107 | 0 | 61 | 365 | 67 | 41 |
| Binary | 101110 | 100110 | 10000010 | 1000001 | 1000111 | 0 | 110001 | 11110101 | 110111 | 100001 |
Color Harmonies of #2E2682
Complementary color
Monochromatic Colors of #2E2682
Black with #2E2682
Text Example
Text Example
White with #2E2682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2682; }
p { color: rgb(46,38,130); }
H1.HeaderClassName
{
color: #2E2682;
}
.AnyTagClassName
{
color: #2E2682;
}
</style>
background-color css
<style>
a { background-color: #2E2682; }
a { background-color: rgb(46,38,130); }
div.DivClassName
{
background-color: #2E2682;
}
.BgClassName
{
background-color: #2E2682;
}
</style>
border-color css
<style>
span { border-color: #2E2682; }
span { border-color: rgb(46,38,130); }
td.TdClassName
{
border-color: #2E2682;
}
.TagClassName
{
border-color: #2E2682;
}
</style>