Shades of Persian Blue #2827AD
Tints of Persian Blue #2827AD
RGB
CMYK
RGB Variations
Color information
#2827AD (or 0x2827AD) is known color: Persian Blue. HEX triplet: 28, 27 and AD. RGB value is (40,39,173). Sum of RGB (Red+Green+Blue) = 40+39+173=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #2827AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2827AD is #D7D852. Grayscale: #363636. Windows color (decimal): -14145619 or 11347752. OLE color: 11347752.
HSL color Cylindrical-coordinate representation of color #2827AD: hue angle of 240.45º degrees, saturation: 0.63, 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 #2827AD is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 39 | 173 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.32 |
| HSL | 240.45º | 0.63% | 0.42% | - |
| HSV(B) | 240.45º | 0.77% | 0.68% | - |
| XYZ | 9.14 | 4.92 | 40 | - |
| YUV | 54.58 | 194.83 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 173 | 0.77 | 0.77 | 0 | 0.32 | 240.45 | 0.63 | 0.42 |
| Hex | 28 | 27 | AD | 4D | 4D | 0 | 20 | F0 | 3F | 2A |
| Octal | 50 | 47 | 255 | 115 | 115 | 0 | 40 | 360 | 77 | 52 |
| Binary | 101000 | 100111 | 10101101 | 1001101 | 1001101 | 0 | 100000 | 11110000 | 111111 | 101010 |
Color Harmonies of #2827AD
Complementary color
Monochromatic Colors of #2827AD
Black with #2827AD
Text Example
Text Example
White with #2827AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2827AD; }
p { color: rgb(40,39,173); }
H1.HeaderClassName
{
color: #2827AD;
}
.AnyTagClassName
{
color: #2827AD;
}
</style>
background-color css
<style>
a { background-color: #2827AD; }
a { background-color: rgb(40,39,173); }
div.DivClassName
{
background-color: #2827AD;
}
.BgClassName
{
background-color: #2827AD;
}
</style>
border-color css
<style>
span { border-color: #2827AD; }
span { border-color: rgb(40,39,173); }
td.TdClassName
{
border-color: #2827AD;
}
.TagClassName
{
border-color: #2827AD;
}
</style>