Shades of Persian Blue #2840AA
Tints of Persian Blue #2840AA
RGB
CMYK
RGB Variations
Color information
#2840AA (or 0x2840AA) is known color: Persian Blue. HEX triplet: 28, 40 and AA. RGB value is (40,64,170). Sum of RGB (Red+Green+Blue) = 40+64+170=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #2840AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2840AA is #D7BF55. Grayscale: #444444. Windows color (decimal): -14139222 or 11157544. OLE color: 11157544.
HSL color Cylindrical-coordinate representation of color #2840AA: hue angle of 228.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2840AA is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 64 | 170 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.33 |
| HSL | 228.92º | 0.62% | 0.41% | - |
| HSV(B) | 228.92º | 0.76% | 0.67% | - |
| XYZ | 9.96 | 7.02 | 38.86 | - |
| YUV | 68.91 | 185.05 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 170 | 0.76 | 0.62 | 0 | 0.33 | 228.92 | 0.62 | 0.41 |
| Hex | 28 | 40 | AA | 4C | 3E | 0 | 21 | E5 | 3E | 29 |
| Octal | 50 | 100 | 252 | 114 | 76 | 0 | 41 | 345 | 76 | 51 |
| Binary | 101000 | 1000000 | 10101010 | 1001100 | 111110 | 0 | 100001 | 11100101 | 111110 | 101001 |
Color Harmonies of #2840AA
Complementary color
Monochromatic Colors of #2840AA
Black with #2840AA
Text Example
Text Example
White with #2840AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2840AA; }
p { color: rgb(40,64,170); }
H1.HeaderClassName
{
color: #2840AA;
}
.AnyTagClassName
{
color: #2840AA;
}
</style>
background-color css
<style>
a { background-color: #2840AA; }
a { background-color: rgb(40,64,170); }
div.DivClassName
{
background-color: #2840AA;
}
.BgClassName
{
background-color: #2840AA;
}
</style>
border-color css
<style>
span { border-color: #2840AA; }
span { border-color: rgb(40,64,170); }
td.TdClassName
{
border-color: #2840AA;
}
.TagClassName
{
border-color: #2840AA;
}
</style>