Shades of Persian Blue #2721AF
Tints of Persian Blue #2721AF
RGB
CMYK
RGB Variations
Color information
#2721AF (or 0x2721AF) is known color: Persian Blue. HEX triplet: 27, 21 and AF. RGB value is (39,33,175). Sum of RGB (Red+Green+Blue) = 39+33+175=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 175 (68.75% from 255 or 70.85% from 247); Max value from RGB is 175 - color contains mainly: blue. Hex color #2721AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2721AF is #D8DE50. Grayscale: #323232. Windows color (decimal): -14212689 or 11477287. OLE color: 11477287.
HSL color Cylindrical-coordinate representation of color #2721AF: hue angle of 242.54º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2721AF is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 33 | 175 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.31 |
| HSL | 242.54º | 0.68% | 0.41% | - |
| HSV(B) | 242.54º | 0.81% | 0.69% | - |
| XYZ | 9.12 | 4.61 | 40.97 | - |
| YUV | 50.98 | 197.99 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 175 | 0.78 | 0.81 | 0 | 0.31 | 242.54 | 0.68 | 0.41 |
| Hex | 27 | 21 | AF | 4E | 51 | 0 | 1F | F3 | 44 | 29 |
| Octal | 47 | 41 | 257 | 116 | 121 | 0 | 37 | 363 | 104 | 51 |
| Binary | 100111 | 100001 | 10101111 | 1001110 | 1010001 | 0 | 11111 | 11110011 | 1000100 | 101001 |
Color Harmonies of #2721AF
Complementary color
Monochromatic Colors of #2721AF
Black with #2721AF
Text Example
Text Example
White with #2721AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2721AF; }
p { color: rgb(39,33,175); }
H1.HeaderClassName
{
color: #2721AF;
}
.AnyTagClassName
{
color: #2721AF;
}
</style>
background-color css
<style>
a { background-color: #2721AF; }
a { background-color: rgb(39,33,175); }
div.DivClassName
{
background-color: #2721AF;
}
.BgClassName
{
background-color: #2721AF;
}
</style>
border-color css
<style>
span { border-color: #2721AF; }
span { border-color: rgb(39,33,175); }
td.TdClassName
{
border-color: #2721AF;
}
.TagClassName
{
border-color: #2721AF;
}
</style>