Shades of Persian Blue #2841AF
Tints of Persian Blue #2841AF
RGB
CMYK
RGB Variations
Color information
#2841AF (or 0x2841AF) is known color: Persian Blue. HEX triplet: 28, 41 and AF. RGB value is (40,65,175). Sum of RGB (Red+Green+Blue) = 40+65+175=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #2841AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2841AF is #D7BE50. Grayscale: #454545. Windows color (decimal): -14138961 or 11485480. OLE color: 11485480.
HSL color Cylindrical-coordinate representation of color #2841AF: hue angle of 228.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2841AF is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 65 | 175 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.31 |
| HSL | 228.89º | 0.63% | 0.42% | - |
| HSV(B) | 228.89º | 0.77% | 0.69% | - |
| XYZ | 10.5 | 7.33 | 41.42 | - |
| YUV | 70.07 | 187.22 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 175 | 0.77 | 0.63 | 0 | 0.31 | 228.89 | 0.63 | 0.42 |
| Hex | 28 | 41 | AF | 4D | 3F | 0 | 1F | E5 | 3F | 2A |
| Octal | 50 | 101 | 257 | 115 | 77 | 0 | 37 | 345 | 77 | 52 |
| Binary | 101000 | 1000001 | 10101111 | 1001101 | 111111 | 0 | 11111 | 11100101 | 111111 | 101010 |
Color Harmonies of #2841AF
Complementary color
Monochromatic Colors of #2841AF
Black with #2841AF
Text Example
Text Example
White with #2841AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2841AF; }
p { color: rgb(40,65,175); }
H1.HeaderClassName
{
color: #2841AF;
}
.AnyTagClassName
{
color: #2841AF;
}
</style>
background-color css
<style>
a { background-color: #2841AF; }
a { background-color: rgb(40,65,175); }
div.DivClassName
{
background-color: #2841AF;
}
.BgClassName
{
background-color: #2841AF;
}
</style>
border-color css
<style>
span { border-color: #2841AF; }
span { border-color: rgb(40,65,175); }
td.TdClassName
{
border-color: #2841AF;
}
.TagClassName
{
border-color: #2841AF;
}
</style>