Shades of Persian Blue #2721CE
Tints of Persian Blue #2721CE
RGB
CMYK
RGB Variations
Color information
#2721CE (or 0x2721CE) is known color: Persian Blue. HEX triplet: 27, 21 and CE. RGB value is (39,33,206). Sum of RGB (Red+Green+Blue) = 39+33+206=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 206 (80.86% from 255 or 74.10% from 278); Max value from RGB is 206 - color contains mainly: blue. Hex color #2721CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2721CE is #D8DE31. Grayscale: #353535. Windows color (decimal): -14212658 or 13508903. OLE color: 13508903.
HSL color Cylindrical-coordinate representation of color #2721CE: hue angle of 242.08º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2721CE is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 33 | 206 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.19 |
| HSL | 242.08º | 0.72% | 0.47% | - |
| HSV(B) | 242.08º | 0.84% | 0.81% | - |
| XYZ | 12.52 | 5.98 | 58.89 | - |
| YUV | 54.52 | 213.49 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 206 | 0.81 | 0.84 | 0 | 0.19 | 242.08 | 0.72 | 0.47 |
| Hex | 27 | 21 | CE | 51 | 54 | 0 | 13 | F2 | 48 | 2F |
| Octal | 47 | 41 | 316 | 121 | 124 | 0 | 23 | 362 | 110 | 57 |
| Binary | 100111 | 100001 | 11001110 | 1010001 | 1010100 | 0 | 10011 | 11110010 | 1001000 | 101111 |
Color Harmonies of #2721CE
Complementary color
Monochromatic Colors of #2721CE
Black with #2721CE
Text Example
Text Example
White with #2721CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2721CE; }
p { color: rgb(39,33,206); }
H1.HeaderClassName
{
color: #2721CE;
}
.AnyTagClassName
{
color: #2721CE;
}
</style>
background-color css
<style>
a { background-color: #2721CE; }
a { background-color: rgb(39,33,206); }
div.DivClassName
{
background-color: #2721CE;
}
.BgClassName
{
background-color: #2721CE;
}
</style>
border-color css
<style>
span { border-color: #2721CE; }
span { border-color: rgb(39,33,206); }
td.TdClassName
{
border-color: #2721CE;
}
.TagClassName
{
border-color: #2721CE;
}
</style>