Shades of Persian Blue #283AAD
Tints of Persian Blue #283AAD
RGB
CMYK
RGB Variations
Color information
#283AAD (or 0x283AAD) is known color: Persian Blue. HEX triplet: 28, 3A and AD. RGB value is (40,58,173). Sum of RGB (Red+Green+Blue) = 40+58+173=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #283AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283AAD is #D7C552. Grayscale: #414141. Windows color (decimal): -14140755 or 11352616. OLE color: 11352616.
HSL color Cylindrical-coordinate representation of color #283AAD: hue angle of 231.88º 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 #283AAD is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 58 | 173 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.32 |
| HSL | 231.88º | 0.62% | 0.42% | - |
| HSV(B) | 231.88º | 0.77% | 0.68% | - |
| XYZ | 9.93 | 6.49 | 40.27 | - |
| YUV | 65.73 | 188.54 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 173 | 0.77 | 0.66 | 0 | 0.32 | 231.88 | 0.62 | 0.42 |
| Hex | 28 | 3A | AD | 4D | 42 | 0 | 20 | E8 | 3E | 2A |
| Octal | 50 | 72 | 255 | 115 | 102 | 0 | 40 | 350 | 76 | 52 |
| Binary | 101000 | 111010 | 10101101 | 1001101 | 1000010 | 0 | 100000 | 11101000 | 111110 | 101010 |
Color Harmonies of #283AAD
Complementary color
Monochromatic Colors of #283AAD
Black with #283AAD
Text Example
Text Example
White with #283AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283AAD; }
p { color: rgb(40,58,173); }
H1.HeaderClassName
{
color: #283AAD;
}
.AnyTagClassName
{
color: #283AAD;
}
</style>
background-color css
<style>
a { background-color: #283AAD; }
a { background-color: rgb(40,58,173); }
div.DivClassName
{
background-color: #283AAD;
}
.BgClassName
{
background-color: #283AAD;
}
</style>
border-color css
<style>
span { border-color: #283AAD; }
span { border-color: rgb(40,58,173); }
td.TdClassName
{
border-color: #283AAD;
}
.TagClassName
{
border-color: #283AAD;
}
</style>