Shades of Persian Indigo #2E227A
Tints of Persian Indigo #2E227A
RGB
CMYK
RGB Variations
Color information
#2E227A (or 0x2E227A) is known color: Persian Indigo. HEX triplet: 2E, 22 and 7A. RGB value is (46,34,122). Sum of RGB (Red+Green+Blue) = 46+34+122=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E227A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E227A is #D1DD85. Grayscale: #2F2F2F. Windows color (decimal): -13753734 or 8004142. OLE color: 8004142.
HSL color Cylindrical-coordinate representation of color #2E227A: hue angle of 248.18º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E227A is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 34 | 122 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.52 |
| HSL | 248.18º | 0.56% | 0.31% | - |
| HSV(B) | 248.18º | 0.72% | 0.48% | - |
| XYZ | 5.21 | 3.13 | 18.74 | - |
| YUV | 47.62 | 169.98 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 122 | 0.62 | 0.72 | 0 | 0.52 | 248.18 | 0.56 | 0.31 |
| Hex | 2E | 22 | 7A | 3E | 48 | 0 | 34 | F8 | 38 | 1F |
| Octal | 56 | 42 | 172 | 76 | 110 | 0 | 64 | 370 | 70 | 37 |
| Binary | 101110 | 100010 | 1111010 | 111110 | 1001000 | 0 | 110100 | 11111000 | 111000 | 11111 |
Color Harmonies of #2E227A
Complementary color
Monochromatic Colors of #2E227A
Black with #2E227A
Text Example
Text Example
White with #2E227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E227A; }
p { color: rgb(46,34,122); }
H1.HeaderClassName
{
color: #2E227A;
}
.AnyTagClassName
{
color: #2E227A;
}
</style>
background-color css
<style>
a { background-color: #2E227A; }
a { background-color: rgb(46,34,122); }
div.DivClassName
{
background-color: #2E227A;
}
.BgClassName
{
background-color: #2E227A;
}
</style>
border-color css
<style>
span { border-color: #2E227A; }
span { border-color: rgb(46,34,122); }
td.TdClassName
{
border-color: #2E227A;
}
.TagClassName
{
border-color: #2E227A;
}
</style>