Shades of Persian Blue #2721AD
Tints of Persian Blue #2721AD
RGB
CMYK
RGB Variations
Color information
#2721AD (or 0x2721AD) is known color: Persian Blue. HEX triplet: 27, 21 and AD. RGB value is (39,33,173). Sum of RGB (Red+Green+Blue) = 39+33+173=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #2721AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2721AD is #D8DE52. Grayscale: #323232. Windows color (decimal): -14212691 or 11346215. OLE color: 11346215.
HSL color Cylindrical-coordinate representation of color #2721AD: hue angle of 242.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2721AD is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 33 | 173 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.32 |
| HSL | 242.57º | 0.68% | 0.4% | - |
| HSV(B) | 242.57º | 0.81% | 0.68% | - |
| XYZ | 8.92 | 4.54 | 39.94 | - |
| YUV | 50.75 | 196.99 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 173 | 0.77 | 0.81 | 0 | 0.32 | 242.57 | 0.68 | 0.4 |
| Hex | 27 | 21 | AD | 4D | 51 | 0 | 20 | F3 | 44 | 28 |
| Octal | 47 | 41 | 255 | 115 | 121 | 0 | 40 | 363 | 104 | 50 |
| Binary | 100111 | 100001 | 10101101 | 1001101 | 1010001 | 0 | 100000 | 11110011 | 1000100 | 101000 |
Color Harmonies of #2721AD
Complementary color
Monochromatic Colors of #2721AD
Black with #2721AD
Text Example
Text Example
White with #2721AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2721AD; }
p { color: rgb(39,33,173); }
H1.HeaderClassName
{
color: #2721AD;
}
.AnyTagClassName
{
color: #2721AD;
}
</style>
background-color css
<style>
a { background-color: #2721AD; }
a { background-color: rgb(39,33,173); }
div.DivClassName
{
background-color: #2721AD;
}
.BgClassName
{
background-color: #2721AD;
}
</style>
border-color css
<style>
span { border-color: #2721AD; }
span { border-color: rgb(39,33,173); }
td.TdClassName
{
border-color: #2721AD;
}
.TagClassName
{
border-color: #2721AD;
}
</style>