Shades of Persian Blue #282AAF
Tints of Persian Blue #282AAF
RGB
CMYK
RGB Variations
Color information
#282AAF (or 0x282AAF) is known color: Persian Blue. HEX triplet: 28, 2A and AF. RGB value is (40,42,175). Sum of RGB (Red+Green+Blue) = 40+42+175=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #282AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282AAF is #D7D550. Grayscale: #383838. Windows color (decimal): -14144849 or 11479592. OLE color: 11479592.
HSL color Cylindrical-coordinate representation of color #282AAF: hue angle of 239.11º 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 #282AAF is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 42 | 175 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.31 |
| HSL | 239.11º | 0.63% | 0.42% | - |
| HSV(B) | 239.11º | 0.77% | 0.69% | - |
| XYZ | 9.44 | 5.2 | 41.06 | - |
| YUV | 56.56 | 194.84 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 175 | 0.77 | 0.76 | 0 | 0.31 | 239.11 | 0.63 | 0.42 |
| Hex | 28 | 2A | AF | 4D | 4C | 0 | 1F | EF | 3F | 2A |
| Octal | 50 | 52 | 257 | 115 | 114 | 0 | 37 | 357 | 77 | 52 |
| Binary | 101000 | 101010 | 10101111 | 1001101 | 1001100 | 0 | 11111 | 11101111 | 111111 | 101010 |
Color Harmonies of #282AAF
Complementary color
Monochromatic Colors of #282AAF
Black with #282AAF
Text Example
Text Example
White with #282AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282AAF; }
p { color: rgb(40,42,175); }
H1.HeaderClassName
{
color: #282AAF;
}
.AnyTagClassName
{
color: #282AAF;
}
</style>
background-color css
<style>
a { background-color: #282AAF; }
a { background-color: rgb(40,42,175); }
div.DivClassName
{
background-color: #282AAF;
}
.BgClassName
{
background-color: #282AAF;
}
</style>
border-color css
<style>
span { border-color: #282AAF; }
span { border-color: rgb(40,42,175); }
td.TdClassName
{
border-color: #282AAF;
}
.TagClassName
{
border-color: #282AAF;
}
</style>