Shades of Persian Blue #2E28A2
Tints of Persian Blue #2E28A2
RGB
CMYK
RGB Variations
Color information
#2E28A2 (or 0x2E28A2) is known color: Persian Blue. HEX triplet: 2E, 28 and A2. RGB value is (46,40,162). Sum of RGB (Red+Green+Blue) = 46+40+162=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 162 (63.67% from 255 or 65.32% from 248); Max value from RGB is 162 - color contains mainly: blue. Hex color #2E28A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E28A2 is #D1D75D. Grayscale: #373737. Windows color (decimal): -13752158 or 10627118. OLE color: 10627118.
HSL color Cylindrical-coordinate representation of color #2E28A2: hue angle of 242.95º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E28A2 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 40 | 162 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.36 |
| HSL | 242.95º | 0.6% | 0.4% | - |
| HSV(B) | 242.95º | 0.75% | 0.64% | - |
| XYZ | 8.41 | 4.71 | 34.65 | - |
| YUV | 55.7 | 187.99 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 162 | 0.72 | 0.75 | 0 | 0.36 | 242.95 | 0.6 | 0.4 |
| Hex | 2E | 28 | A2 | 48 | 4B | 0 | 24 | F3 | 3C | 28 |
| Octal | 56 | 50 | 242 | 110 | 113 | 0 | 44 | 363 | 74 | 50 |
| Binary | 101110 | 101000 | 10100010 | 1001000 | 1001011 | 0 | 100100 | 11110011 | 111100 | 101000 |
Color Harmonies of #2E28A2
Complementary color
Monochromatic Colors of #2E28A2
Black with #2E28A2
Text Example
Text Example
White with #2E28A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E28A2; }
p { color: rgb(46,40,162); }
H1.HeaderClassName
{
color: #2E28A2;
}
.AnyTagClassName
{
color: #2E28A2;
}
</style>
background-color css
<style>
a { background-color: #2E28A2; }
a { background-color: rgb(46,40,162); }
div.DivClassName
{
background-color: #2E28A2;
}
.BgClassName
{
background-color: #2E28A2;
}
</style>
border-color css
<style>
span { border-color: #2E28A2; }
span { border-color: rgb(46,40,162); }
td.TdClassName
{
border-color: #2E28A2;
}
.TagClassName
{
border-color: #2E28A2;
}
</style>