Shades of Persian Blue #2D27AD
Tints of Persian Blue #2D27AD
RGB
CMYK
RGB Variations
Color information
#2D27AD (or 0x2D27AD) is known color: Persian Blue. HEX triplet: 2D, 27 and AD. RGB value is (45,39,173). Sum of RGB (Red+Green+Blue) = 45+39+173=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 173 (67.97% from 255 or 67.32% from 257); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D27AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D27AD is #D2D852. Grayscale: #373737. Windows color (decimal): -13817939 or 11347757. OLE color: 11347757.
HSL color Cylindrical-coordinate representation of color #2D27AD: hue angle of 242.69º 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 #2D27AD is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 39 | 173 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.32 |
| HSL | 242.69º | 0.63% | 0.42% | - |
| HSV(B) | 242.69º | 0.77% | 0.68% | - |
| XYZ | 9.35 | 5.03 | 40.01 | - |
| YUV | 56.07 | 193.99 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 39 | 173 | 0.74 | 0.77 | 0 | 0.32 | 242.69 | 0.63 | 0.42 |
| Hex | 2D | 27 | AD | 4A | 4D | 0 | 20 | F3 | 3F | 2A |
| Octal | 55 | 47 | 255 | 112 | 115 | 0 | 40 | 363 | 77 | 52 |
| Binary | 101101 | 100111 | 10101101 | 1001010 | 1001101 | 0 | 100000 | 11110011 | 111111 | 101010 |
Color Harmonies of #2D27AD
Complementary color
Monochromatic Colors of #2D27AD
Black with #2D27AD
Text Example
Text Example
White with #2D27AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D27AD; }
p { color: rgb(45,39,173); }
H1.HeaderClassName
{
color: #2D27AD;
}
.AnyTagClassName
{
color: #2D27AD;
}
</style>
background-color css
<style>
a { background-color: #2D27AD; }
a { background-color: rgb(45,39,173); }
div.DivClassName
{
background-color: #2D27AD;
}
.BgClassName
{
background-color: #2D27AD;
}
</style>
border-color css
<style>
span { border-color: #2D27AD; }
span { border-color: rgb(45,39,173); }
td.TdClassName
{
border-color: #2D27AD;
}
.TagClassName
{
border-color: #2D27AD;
}
</style>