Shades of Persian Blue #2721CD
Tints of Persian Blue #2721CD
RGB
CMYK
RGB Variations
Color information
#2721CD (or 0x2721CD) is known color: Persian Blue. HEX triplet: 27, 21 and CD. RGB value is (39,33,205). Sum of RGB (Red+Green+Blue) = 39+33+205=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #2721CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2721CD is #D8DE32. Grayscale: #353535. Windows color (decimal): -14212659 or 13443367. OLE color: 13443367.
HSL color Cylindrical-coordinate representation of color #2721CD: hue angle of 242.09º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2721CD is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 33 | 205 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.20 |
| HSL | 242.09º | 0.72% | 0.47% | - |
| HSV(B) | 242.09º | 0.84% | 0.8% | - |
| XYZ | 12.4 | 5.93 | 58.25 | - |
| YUV | 54.4 | 212.99 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 205 | 0.81 | 0.84 | 0 | 0.20 | 242.09 | 0.72 | 0.47 |
| Hex | 27 | 21 | CD | 51 | 54 | 0 | 14 | F2 | 48 | 2F |
| Octal | 47 | 41 | 315 | 121 | 124 | 0 | 24 | 362 | 110 | 57 |
| Binary | 100111 | 100001 | 11001101 | 1010001 | 1010100 | 0 | 10100 | 11110010 | 1001000 | 101111 |
Color Harmonies of #2721CD
Complementary color
Monochromatic Colors of #2721CD
Black with #2721CD
Text Example
Text Example
White with #2721CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2721CD; }
p { color: rgb(39,33,205); }
H1.HeaderClassName
{
color: #2721CD;
}
.AnyTagClassName
{
color: #2721CD;
}
</style>
background-color css
<style>
a { background-color: #2721CD; }
a { background-color: rgb(39,33,205); }
div.DivClassName
{
background-color: #2721CD;
}
.BgClassName
{
background-color: #2721CD;
}
</style>
border-color css
<style>
span { border-color: #2721CD; }
span { border-color: rgb(39,33,205); }
td.TdClassName
{
border-color: #2721CD;
}
.TagClassName
{
border-color: #2721CD;
}
</style>