Shades of Persian Blue #2A27AD
Tints of Persian Blue #2A27AD
RGB
CMYK
RGB Variations
Color information
#2A27AD (or 0x2A27AD) is known color: Persian Blue. HEX triplet: 2A, 27 and AD. RGB value is (42,39,173). Sum of RGB (Red+Green+Blue) = 42+39+173=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A27AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A27AD is #D5D852. Grayscale: #363636. Windows color (decimal): -14014547 or 11347754. OLE color: 11347754.
HSL color Cylindrical-coordinate representation of color #2A27AD: hue angle of 241.34º 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 #2A27AD is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 39 | 173 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.32 |
| HSL | 241.34º | 0.63% | 0.42% | - |
| HSV(B) | 241.34º | 0.77% | 0.68% | - |
| XYZ | 9.22 | 4.96 | 40.01 | - |
| YUV | 55.17 | 194.49 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 173 | 0.76 | 0.77 | 0 | 0.32 | 241.34 | 0.63 | 0.42 |
| Hex | 2A | 27 | AD | 4C | 4D | 0 | 20 | F1 | 3F | 2A |
| Octal | 52 | 47 | 255 | 114 | 115 | 0 | 40 | 361 | 77 | 52 |
| Binary | 101010 | 100111 | 10101101 | 1001100 | 1001101 | 0 | 100000 | 11110001 | 111111 | 101010 |
Color Harmonies of #2A27AD
Complementary color
Monochromatic Colors of #2A27AD
Black with #2A27AD
Text Example
Text Example
White with #2A27AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A27AD; }
p { color: rgb(42,39,173); }
H1.HeaderClassName
{
color: #2A27AD;
}
.AnyTagClassName
{
color: #2A27AD;
}
</style>
background-color css
<style>
a { background-color: #2A27AD; }
a { background-color: rgb(42,39,173); }
div.DivClassName
{
background-color: #2A27AD;
}
.BgClassName
{
background-color: #2A27AD;
}
</style>
border-color css
<style>
span { border-color: #2A27AD; }
span { border-color: rgb(42,39,173); }
td.TdClassName
{
border-color: #2A27AD;
}
.TagClassName
{
border-color: #2A27AD;
}
</style>