Shades of Persian Blue #282AA6
Tints of Persian Blue #282AA6
RGB
CMYK
RGB Variations
Color information
#282AA6 (or 0x282AA6) is known color: Persian Blue. HEX triplet: 28, 2A and A6. RGB value is (40,42,166). Sum of RGB (Red+Green+Blue) = 40+42+166=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 166 (65.23% from 255 or 66.94% from 248); Max value from RGB is 166 - color contains mainly: blue. Hex color #282AA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282AA6 is #D7D559. Grayscale: #373737. Windows color (decimal): -14144858 or 10889768. OLE color: 10889768.
HSL color Cylindrical-coordinate representation of color #282AA6: hue angle of 239.05º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #282AA6 is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 42 | 166 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.35 |
| HSL | 239.05º | 0.61% | 0.4% | - |
| HSV(B) | 239.05º | 0.76% | 0.65% | - |
| XYZ | 8.59 | 4.86 | 36.56 | - |
| YUV | 55.54 | 190.34 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 166 | 0.76 | 0.75 | 0 | 0.35 | 239.05 | 0.61 | 0.4 |
| Hex | 28 | 2A | A6 | 4C | 4B | 0 | 23 | EF | 3D | 28 |
| Octal | 50 | 52 | 246 | 114 | 113 | 0 | 43 | 357 | 75 | 50 |
| Binary | 101000 | 101010 | 10100110 | 1001100 | 1001011 | 0 | 100011 | 11101111 | 111101 | 101000 |
Color Harmonies of #282AA6
Complementary color
Monochromatic Colors of #282AA6
Black with #282AA6
Text Example
Text Example
White with #282AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282AA6; }
p { color: rgb(40,42,166); }
H1.HeaderClassName
{
color: #282AA6;
}
.AnyTagClassName
{
color: #282AA6;
}
</style>
background-color css
<style>
a { background-color: #282AA6; }
a { background-color: rgb(40,42,166); }
div.DivClassName
{
background-color: #282AA6;
}
.BgClassName
{
background-color: #282AA6;
}
</style>
border-color css
<style>
span { border-color: #282AA6; }
span { border-color: rgb(40,42,166); }
td.TdClassName
{
border-color: #282AA6;
}
.TagClassName
{
border-color: #282AA6;
}
</style>