Shades of Persian Blue #2B28E5
Tints of Persian Blue #2B28E5
RGB
CMYK
RGB Variations
Color information
#2B28E5 (or 0x2B28E5) is known color: Persian Blue. HEX triplet: 2B, 28 and E5. RGB value is (43,40,229). Sum of RGB (Red+Green+Blue) = 43+40+229=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 229 (89.84% from 255 or 73.40% from 312); Max value from RGB is 229 - color contains mainly: blue. Hex color #2B28E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B28E5 is #D4D71A. Grayscale: #3D3D3D. Windows color (decimal): -13948699 or 15018027. OLE color: 15018027.
HSL color Cylindrical-coordinate representation of color #2B28E5: hue angle of 240.95º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B28E5 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 40 | 229 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.10 |
| HSL | 240.95º | 0.78% | 0.53% | - |
| HSV(B) | 240.95º | 0.83% | 0.9% | - |
| XYZ | 15.9 | 7.69 | 74.77 | - |
| YUV | 62.44 | 221.99 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 229 | 0.81 | 0.83 | 0 | 0.10 | 240.95 | 0.78 | 0.53 |
| Hex | 2B | 28 | E5 | 51 | 53 | 0 | A | F1 | 4E | 35 |
| Octal | 53 | 50 | 345 | 121 | 123 | 0 | 12 | 361 | 116 | 65 |
| Binary | 101011 | 101000 | 11100101 | 1010001 | 1010011 | 0 | 1010 | 11110001 | 1001110 | 110101 |
Color Harmonies of #2B28E5
Complementary color
Monochromatic Colors of #2B28E5
Black with #2B28E5
Text Example
Text Example
White with #2B28E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B28E5; }
p { color: rgb(43,40,229); }
H1.HeaderClassName
{
color: #2B28E5;
}
.AnyTagClassName
{
color: #2B28E5;
}
</style>
background-color css
<style>
a { background-color: #2B28E5; }
a { background-color: rgb(43,40,229); }
div.DivClassName
{
background-color: #2B28E5;
}
.BgClassName
{
background-color: #2B28E5;
}
</style>
border-color css
<style>
span { border-color: #2B28E5; }
span { border-color: rgb(43,40,229); }
td.TdClassName
{
border-color: #2B28E5;
}
.TagClassName
{
border-color: #2B28E5;
}
</style>