Shades of Persian Blue #2E2BB5
Tints of Persian Blue #2E2BB5
RGB
CMYK
RGB Variations
Color information
#2E2BB5 (or 0x2E2BB5) is known color: Persian Blue. HEX triplet: 2E, 2B and B5. RGB value is (46,43,181). Sum of RGB (Red+Green+Blue) = 46+43+181=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 181 (71.09% from 255 or 67.04% from 270); Max value from RGB is 181 - color contains mainly: blue. Hex color #2E2BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2BB5 is #D1D44A. Grayscale: #3B3B3B. Windows color (decimal): -13751371 or 11873070. OLE color: 11873070.
HSL color Cylindrical-coordinate representation of color #2E2BB5: hue angle of 241.3º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E2BB5 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 43 | 181 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.29 |
| HSL | 241.3º | 0.62% | 0.44% | - |
| HSV(B) | 241.3º | 0.76% | 0.71% | - |
| XYZ | 10.33 | 5.64 | 44.26 | - |
| YUV | 59.63 | 196.49 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 43 | 181 | 0.75 | 0.76 | 0 | 0.29 | 241.3 | 0.62 | 0.44 |
| Hex | 2E | 2B | B5 | 4B | 4C | 0 | 1D | F1 | 3E | 2C |
| Octal | 56 | 53 | 265 | 113 | 114 | 0 | 35 | 361 | 76 | 54 |
| Binary | 101110 | 101011 | 10110101 | 1001011 | 1001100 | 0 | 11101 | 11110001 | 111110 | 101100 |
Color Harmonies of #2E2BB5
Complementary color
Monochromatic Colors of #2E2BB5
Black with #2E2BB5
Text Example
Text Example
White with #2E2BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2BB5; }
p { color: rgb(46,43,181); }
H1.HeaderClassName
{
color: #2E2BB5;
}
.AnyTagClassName
{
color: #2E2BB5;
}
</style>
background-color css
<style>
a { background-color: #2E2BB5; }
a { background-color: rgb(46,43,181); }
div.DivClassName
{
background-color: #2E2BB5;
}
.BgClassName
{
background-color: #2E2BB5;
}
</style>
border-color css
<style>
span { border-color: #2E2BB5; }
span { border-color: rgb(46,43,181); }
td.TdClassName
{
border-color: #2E2BB5;
}
.TagClassName
{
border-color: #2E2BB5;
}
</style>