Shades of Persian Blue #2839AB
Tints of Persian Blue #2839AB
RGB
CMYK
RGB Variations
Color information
#2839AB (or 0x2839AB) is known color: Persian Blue. HEX triplet: 28, 39 and AB. RGB value is (40,57,171). Sum of RGB (Red+Green+Blue) = 40+57+171=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #2839AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2839AB is #D7C654. Grayscale: #404040. Windows color (decimal): -14141013 or 11221288. OLE color: 11221288.
HSL color Cylindrical-coordinate representation of color #2839AB: hue angle of 232.21º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2839AB is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 57 | 171 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.33 |
| HSL | 232.21º | 0.62% | 0.41% | - |
| HSV(B) | 232.21º | 0.77% | 0.67% | - |
| XYZ | 9.69 | 6.32 | 39.24 | - |
| YUV | 64.91 | 187.87 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 171 | 0.77 | 0.67 | 0 | 0.33 | 232.21 | 0.62 | 0.41 |
| Hex | 28 | 39 | AB | 4D | 43 | 0 | 21 | E8 | 3E | 29 |
| Octal | 50 | 71 | 253 | 115 | 103 | 0 | 41 | 350 | 76 | 51 |
| Binary | 101000 | 111001 | 10101011 | 1001101 | 1000011 | 0 | 100001 | 11101000 | 111110 | 101001 |
Color Harmonies of #2839AB
Complementary color
Monochromatic Colors of #2839AB
Black with #2839AB
Text Example
Text Example
White with #2839AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2839AB; }
p { color: rgb(40,57,171); }
H1.HeaderClassName
{
color: #2839AB;
}
.AnyTagClassName
{
color: #2839AB;
}
</style>
background-color css
<style>
a { background-color: #2839AB; }
a { background-color: rgb(40,57,171); }
div.DivClassName
{
background-color: #2839AB;
}
.BgClassName
{
background-color: #2839AB;
}
</style>
border-color css
<style>
span { border-color: #2839AB; }
span { border-color: rgb(40,57,171); }
td.TdClassName
{
border-color: #2839AB;
}
.TagClassName
{
border-color: #2839AB;
}
</style>