Shades of Persian Indigo #2E217F
Tints of Persian Indigo #2E217F
RGB
CMYK
RGB Variations
Color information
#2E217F (or 0x2E217F) is known color: Persian Indigo. HEX triplet: 2E, 21 and 7F. RGB value is (46,33,127). Sum of RGB (Red+Green+Blue) = 46+33+127=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E217F is #D1DE80. Grayscale: #2F2F2F. Windows color (decimal): -13753985 or 8331566. OLE color: 8331566.
HSL color Cylindrical-coordinate representation of color #2E217F: hue angle of 248.3º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E217F is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 33 | 127 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.50 |
| HSL | 248.3º | 0.59% | 0.31% | - |
| HSV(B) | 248.3º | 0.74% | 0.5% | - |
| XYZ | 5.5 | 3.2 | 20.41 | - |
| YUV | 47.6 | 172.81 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 127 | 0.64 | 0.74 | 0 | 0.50 | 248.3 | 0.59 | 0.31 |
| Hex | 2E | 21 | 7F | 40 | 4A | 0 | 32 | F8 | 3B | 1F |
| Octal | 56 | 41 | 177 | 100 | 112 | 0 | 62 | 370 | 73 | 37 |
| Binary | 101110 | 100001 | 1111111 | 1000000 | 1001010 | 0 | 110010 | 11111000 | 111011 | 11111 |
Color Harmonies of #2E217F
Complementary color
Monochromatic Colors of #2E217F
Black with #2E217F
Text Example
Text Example
White with #2E217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E217F; }
p { color: rgb(46,33,127); }
H1.HeaderClassName
{
color: #2E217F;
}
.AnyTagClassName
{
color: #2E217F;
}
</style>
background-color css
<style>
a { background-color: #2E217F; }
a { background-color: rgb(46,33,127); }
div.DivClassName
{
background-color: #2E217F;
}
.BgClassName
{
background-color: #2E217F;
}
</style>
border-color css
<style>
span { border-color: #2E217F; }
span { border-color: rgb(46,33,127); }
td.TdClassName
{
border-color: #2E217F;
}
.TagClassName
{
border-color: #2E217F;
}
</style>