Shades of Persian Blue #282DAD
Tints of Persian Blue #282DAD
RGB
CMYK
RGB Variations
Color information
#282DAD (or 0x282DAD) is known color: Persian Blue. HEX triplet: 28, 2D and AD. RGB value is (40,45,173). Sum of RGB (Red+Green+Blue) = 40+45+173=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #282DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282DAD is #D7D252. Grayscale: #393939. Windows color (decimal): -14144083 or 11349288. OLE color: 11349288.
HSL color Cylindrical-coordinate representation of color #282DAD: hue angle of 237.74º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #282DAD is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 45 | 173 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.32 |
| HSL | 237.74º | 0.62% | 0.42% | - |
| HSV(B) | 237.74º | 0.77% | 0.68% | - |
| XYZ | 9.36 | 5.35 | 40.07 | - |
| YUV | 58.1 | 192.84 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 173 | 0.77 | 0.74 | 0 | 0.32 | 237.74 | 0.62 | 0.42 |
| Hex | 28 | 2D | AD | 4D | 4A | 0 | 20 | EE | 3E | 2A |
| Octal | 50 | 55 | 255 | 115 | 112 | 0 | 40 | 356 | 76 | 52 |
| Binary | 101000 | 101101 | 10101101 | 1001101 | 1001010 | 0 | 100000 | 11101110 | 111110 | 101010 |
Color Harmonies of #282DAD
Complementary color
Monochromatic Colors of #282DAD
Black with #282DAD
Text Example
Text Example
White with #282DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282DAD; }
p { color: rgb(40,45,173); }
H1.HeaderClassName
{
color: #282DAD;
}
.AnyTagClassName
{
color: #282DAD;
}
</style>
background-color css
<style>
a { background-color: #282DAD; }
a { background-color: rgb(40,45,173); }
div.DivClassName
{
background-color: #282DAD;
}
.BgClassName
{
background-color: #282DAD;
}
</style>
border-color css
<style>
span { border-color: #282DAD; }
span { border-color: rgb(40,45,173); }
td.TdClassName
{
border-color: #282DAD;
}
.TagClassName
{
border-color: #282DAD;
}
</style>