Shades of Persian Blue #2E1DBB
Tints of Persian Blue #2E1DBB
RGB
CMYK
RGB Variations
Color information
#2E1DBB (or 0x2E1DBB) is known color: Persian Blue. HEX triplet: 2E, 1D and BB. RGB value is (46,29,187). Sum of RGB (Red+Green+Blue) = 46+29+187=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 187 (73.44% from 255 or 71.37% from 262); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E1DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1DBB is #D1E244. Grayscale: #333333. Windows color (decimal): -13754949 or 12262702. OLE color: 12262702.
HSL color Cylindrical-coordinate representation of color #2E1DBB: hue angle of 246.46º 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 #2E1DBB is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 29 | 187 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.27 |
| HSL | 246.46º | 0.73% | 0.42% | - |
| HSV(B) | 246.46º | 0.84% | 0.73% | - |
| XYZ | 10.54 | 5.05 | 47.43 | - |
| YUV | 52.1 | 204.13 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 29 | 187 | 0.75 | 0.84 | 0 | 0.27 | 246.46 | 0.73 | 0.42 |
| Hex | 2E | 1D | BB | 4B | 54 | 0 | 1B | F6 | 49 | 2A |
| Octal | 56 | 35 | 273 | 113 | 124 | 0 | 33 | 366 | 111 | 52 |
| Binary | 101110 | 11101 | 10111011 | 1001011 | 1010100 | 0 | 11011 | 11110110 | 1001001 | 101010 |
Color Harmonies of #2E1DBB
Complementary color
Monochromatic Colors of #2E1DBB
Black with #2E1DBB
Text Example
Text Example
White with #2E1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1DBB; }
p { color: rgb(46,29,187); }
H1.HeaderClassName
{
color: #2E1DBB;
}
.AnyTagClassName
{
color: #2E1DBB;
}
</style>
background-color css
<style>
a { background-color: #2E1DBB; }
a { background-color: rgb(46,29,187); }
div.DivClassName
{
background-color: #2E1DBB;
}
.BgClassName
{
background-color: #2E1DBB;
}
</style>
border-color css
<style>
span { border-color: #2E1DBB; }
span { border-color: rgb(46,29,187); }
td.TdClassName
{
border-color: #2E1DBB;
}
.TagClassName
{
border-color: #2E1DBB;
}
</style>