Shades of Persian Indigo #2E237B
Tints of Persian Indigo #2E237B
RGB
CMYK
RGB Variations
Color information
#2E237B (or 0x2E237B) is known color: Persian Indigo. HEX triplet: 2E, 23 and 7B. RGB value is (46,35,123). Sum of RGB (Red+Green+Blue) = 46+35+123=204 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.55% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 123 (48.44% from 255 or 60.29% from 204); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E237B is #D1DC84. Grayscale: #2F2F2F. Windows color (decimal): -13753477 or 8069934. OLE color: 8069934.
HSL color Cylindrical-coordinate representation of color #2E237B: hue angle of 247.5º 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 #2E237B is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 35 | 123 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.52 |
| HSL | 247.5º | 0.56% | 0.31% | - |
| HSV(B) | 247.5º | 0.72% | 0.48% | - |
| XYZ | 5.3 | 3.21 | 19.08 | - |
| YUV | 48.32 | 170.14 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 123 | 0.63 | 0.72 | 0 | 0.52 | 247.5 | 0.56 | 0.31 |
| Hex | 2E | 23 | 7B | 3F | 48 | 0 | 34 | F8 | 38 | 1F |
| Octal | 56 | 43 | 173 | 77 | 110 | 0 | 64 | 370 | 70 | 37 |
| Binary | 101110 | 100011 | 1111011 | 111111 | 1001000 | 0 | 110100 | 11111000 | 111000 | 11111 |
Color Harmonies of #2E237B
Complementary color
Monochromatic Colors of #2E237B
Black with #2E237B
Text Example
Text Example
White with #2E237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E237B; }
p { color: rgb(46,35,123); }
H1.HeaderClassName
{
color: #2E237B;
}
.AnyTagClassName
{
color: #2E237B;
}
</style>
background-color css
<style>
a { background-color: #2E237B; }
a { background-color: rgb(46,35,123); }
div.DivClassName
{
background-color: #2E237B;
}
.BgClassName
{
background-color: #2E237B;
}
</style>
border-color css
<style>
span { border-color: #2E237B; }
span { border-color: rgb(46,35,123); }
td.TdClassName
{
border-color: #2E237B;
}
.TagClassName
{
border-color: #2E237B;
}
</style>