Shades of Persian Blue #2E1DBA
Tints of Persian Blue #2E1DBA
RGB
CMYK
RGB Variations
Color information
#2E1DBA (or 0x2E1DBA) is known color: Persian Blue. HEX triplet: 2E, 1D and BA. RGB value is (46,29,186). Sum of RGB (Red+Green+Blue) = 46+29+186=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E1DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1DBA is #D1E245. Grayscale: #333333. Windows color (decimal): -13754950 or 12197166. OLE color: 12197166.
HSL color Cylindrical-coordinate representation of color #2E1DBA: hue angle of 246.5º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E1DBA is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 29 | 186 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.27 |
| HSL | 246.5º | 0.73% | 0.42% | - |
| HSV(B) | 246.5º | 0.84% | 0.73% | - |
| XYZ | 10.43 | 5 | 46.87 | - |
| YUV | 51.98 | 203.63 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 29 | 186 | 0.75 | 0.84 | 0 | 0.27 | 246.5 | 0.73 | 0.42 |
| Hex | 2E | 1D | BA | 4B | 54 | 0 | 1B | F6 | 49 | 2A |
| Octal | 56 | 35 | 272 | 113 | 124 | 0 | 33 | 366 | 111 | 52 |
| Binary | 101110 | 11101 | 10111010 | 1001011 | 1010100 | 0 | 11011 | 11110110 | 1001001 | 101010 |
Color Harmonies of #2E1DBA
Complementary color
Monochromatic Colors of #2E1DBA
Black with #2E1DBA
Text Example
Text Example
White with #2E1DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1DBA; }
p { color: rgb(46,29,186); }
H1.HeaderClassName
{
color: #2E1DBA;
}
.AnyTagClassName
{
color: #2E1DBA;
}
</style>
background-color css
<style>
a { background-color: #2E1DBA; }
a { background-color: rgb(46,29,186); }
div.DivClassName
{
background-color: #2E1DBA;
}
.BgClassName
{
background-color: #2E1DBA;
}
</style>
border-color css
<style>
span { border-color: #2E1DBA; }
span { border-color: rgb(46,29,186); }
td.TdClassName
{
border-color: #2E1DBA;
}
.TagClassName
{
border-color: #2E1DBA;
}
</style>