Shades of Persian Blue #2E2ABE
Tints of Persian Blue #2E2ABE
RGB
CMYK
RGB Variations
Color information
#2E2ABE (or 0x2E2ABE) is known color: Persian Blue. HEX triplet: 2E, 2A and BE. RGB value is (46,42,190). Sum of RGB (Red+Green+Blue) = 46+42+190=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E2ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2ABE is #D1D541. Grayscale: #3B3B3B. Windows color (decimal): -13751618 or 12462638. OLE color: 12462638.
HSL color Cylindrical-coordinate representation of color #2E2ABE: hue angle of 241.62º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E2ABE is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 42 | 190 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.25 |
| HSL | 241.62º | 0.64% | 0.45% | - |
| HSV(B) | 241.62º | 0.78% | 0.75% | - |
| XYZ | 11.25 | 5.95 | 49.27 | - |
| YUV | 60.07 | 201.33 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 42 | 190 | 0.76 | 0.78 | 0 | 0.25 | 241.62 | 0.64 | 0.45 |
| Hex | 2E | 2A | BE | 4C | 4E | 0 | 19 | F2 | 40 | 2D |
| Octal | 56 | 52 | 276 | 114 | 116 | 0 | 31 | 362 | 100 | 55 |
| Binary | 101110 | 101010 | 10111110 | 1001100 | 1001110 | 0 | 11001 | 11110010 | 1000000 | 101101 |
Color Harmonies of #2E2ABE
Complementary color
Monochromatic Colors of #2E2ABE
Black with #2E2ABE
Text Example
Text Example
White with #2E2ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2ABE; }
p { color: rgb(46,42,190); }
H1.HeaderClassName
{
color: #2E2ABE;
}
.AnyTagClassName
{
color: #2E2ABE;
}
</style>
background-color css
<style>
a { background-color: #2E2ABE; }
a { background-color: rgb(46,42,190); }
div.DivClassName
{
background-color: #2E2ABE;
}
.BgClassName
{
background-color: #2E2ABE;
}
</style>
border-color css
<style>
span { border-color: #2E2ABE; }
span { border-color: rgb(46,42,190); }
td.TdClassName
{
border-color: #2E2ABE;
}
.TagClassName
{
border-color: #2E2ABE;
}
</style>