Shades of Persian Blue #2827AA
Tints of Persian Blue #2827AA
RGB
CMYK
RGB Variations
Color information
#2827AA (or 0x2827AA) is known color: Persian Blue. HEX triplet: 28, 27 and AA. RGB value is (40,39,170). Sum of RGB (Red+Green+Blue) = 40+39+170=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #2827AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2827AA is #D7D855. Grayscale: #353535. Windows color (decimal): -14145622 or 11151144. OLE color: 11151144.
HSL color Cylindrical-coordinate representation of color #2827AA: hue angle of 240.46º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2827AA is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 39 | 170 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.33 |
| HSL | 240.46º | 0.63% | 0.41% | - |
| HSV(B) | 240.46º | 0.77% | 0.67% | - |
| XYZ | 8.86 | 4.8 | 38.49 | - |
| YUV | 54.23 | 193.33 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 170 | 0.76 | 0.77 | 0 | 0.33 | 240.46 | 0.63 | 0.41 |
| Hex | 28 | 27 | AA | 4C | 4D | 0 | 21 | F0 | 3F | 29 |
| Octal | 50 | 47 | 252 | 114 | 115 | 0 | 41 | 360 | 77 | 51 |
| Binary | 101000 | 100111 | 10101010 | 1001100 | 1001101 | 0 | 100001 | 11110000 | 111111 | 101001 |
Color Harmonies of #2827AA
Complementary color
Monochromatic Colors of #2827AA
Black with #2827AA
Text Example
Text Example
White with #2827AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2827AA; }
p { color: rgb(40,39,170); }
H1.HeaderClassName
{
color: #2827AA;
}
.AnyTagClassName
{
color: #2827AA;
}
</style>
background-color css
<style>
a { background-color: #2827AA; }
a { background-color: rgb(40,39,170); }
div.DivClassName
{
background-color: #2827AA;
}
.BgClassName
{
background-color: #2827AA;
}
</style>
border-color css
<style>
span { border-color: #2827AA; }
span { border-color: rgb(40,39,170); }
td.TdClassName
{
border-color: #2827AA;
}
.TagClassName
{
border-color: #2827AA;
}
</style>