Shades of Persian Indigo #2E197D
Tints of Persian Indigo #2E197D
RGB
CMYK
RGB Variations
Color information
#2E197D (or 0x2E197D) is known color: Persian Indigo. HEX triplet: 2E, 19 and 7D. RGB value is (46,25,125). Sum of RGB (Red+Green+Blue) = 46+25+125=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 125 (49.22% from 255 or 63.78% from 196); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E197D is #D1E682. Grayscale: #2A2A2A. Windows color (decimal): -13756035 or 8198446. OLE color: 8198446.
HSL color Cylindrical-coordinate representation of color #2E197D: hue angle of 252.6º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E197D is Cyan = 0.63, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 25 | 125 | - |
| CMYK | 0.63 | 0.8 | 0 | 0.51 |
| HSL | 252.6º | 0.67% | 0.29% | - |
| HSV(B) | 252.6º | 0.8% | 0.49% | - |
| XYZ | 5.18 | 2.76 | 19.66 | - |
| YUV | 42.68 | 174.46 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 125 | 0.63 | 0.8 | 0 | 0.51 | 252.6 | 0.67 | 0.29 |
| Hex | 2E | 19 | 7D | 3F | 50 | 0 | 33 | FD | 43 | 1D |
| Octal | 56 | 31 | 175 | 77 | 120 | 0 | 63 | 375 | 103 | 35 |
| Binary | 101110 | 11001 | 1111101 | 111111 | 1010000 | 0 | 110011 | 11111101 | 1000011 | 11101 |
Color Harmonies of #2E197D
Complementary color
Monochromatic Colors of #2E197D
Black with #2E197D
Text Example
Text Example
White with #2E197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E197D; }
p { color: rgb(46,25,125); }
H1.HeaderClassName
{
color: #2E197D;
}
.AnyTagClassName
{
color: #2E197D;
}
</style>
background-color css
<style>
a { background-color: #2E197D; }
a { background-color: rgb(46,25,125); }
div.DivClassName
{
background-color: #2E197D;
}
.BgClassName
{
background-color: #2E197D;
}
</style>
border-color css
<style>
span { border-color: #2E197D; }
span { border-color: rgb(46,25,125); }
td.TdClassName
{
border-color: #2E197D;
}
.TagClassName
{
border-color: #2E197D;
}
</style>