Shades of Persian Blue #282ADA
Tints of Persian Blue #282ADA
RGB
CMYK
RGB Variations
Color information
#282ADA (or 0x282ADA) is known color: Persian Blue. HEX triplet: 28, 2A and DA. RGB value is (40,42,218). Sum of RGB (Red+Green+Blue) = 40+42+218=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 218 (85.55% from 255 or 72.67% from 300); Max value from RGB is 218 - color contains mainly: blue. Hex color #282ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282ADA is #D7D525. Grayscale: #3C3C3C. Windows color (decimal): -14144806 or 14297640. OLE color: 14297640.
HSL color Cylindrical-coordinate representation of color #282ADA: hue angle of 239.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #282ADA is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 42 | 218 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.15 |
| HSL | 239.33º | 0.71% | 0.51% | - |
| HSV(B) | 239.33º | 0.82% | 0.85% | - |
| XYZ | 14.36 | 7.17 | 66.96 | - |
| YUV | 61.47 | 216.34 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 218 | 0.82 | 0.81 | 0 | 0.15 | 239.33 | 0.71 | 0.51 |
| Hex | 28 | 2A | DA | 52 | 51 | 0 | F | EF | 47 | 33 |
| Octal | 50 | 52 | 332 | 122 | 121 | 0 | 17 | 357 | 107 | 63 |
| Binary | 101000 | 101010 | 11011010 | 1010010 | 1010001 | 0 | 1111 | 11101111 | 1000111 | 110011 |
Color Harmonies of #282ADA
Complementary color
Monochromatic Colors of #282ADA
Black with #282ADA
Text Example
Text Example
White with #282ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282ADA; }
p { color: rgb(40,42,218); }
H1.HeaderClassName
{
color: #282ADA;
}
.AnyTagClassName
{
color: #282ADA;
}
</style>
background-color css
<style>
a { background-color: #282ADA; }
a { background-color: rgb(40,42,218); }
div.DivClassName
{
background-color: #282ADA;
}
.BgClassName
{
background-color: #282ADA;
}
</style>
border-color css
<style>
span { border-color: #282ADA; }
span { border-color: rgb(40,42,218); }
td.TdClassName
{
border-color: #282ADA;
}
.TagClassName
{
border-color: #282ADA;
}
</style>