Shades of Persian Blue #2720CA
Tints of Persian Blue #2720CA
RGB
CMYK
RGB Variations
Color information
#2720CA (or 0x2720CA) is known color: Persian Blue. HEX triplet: 27, 20 and CA. RGB value is (39,32,202). Sum of RGB (Red+Green+Blue) = 39+32+202=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 202 (79.30% from 255 or 73.99% from 273); Max value from RGB is 202 - color contains mainly: blue. Hex color #2720CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2720CA is #D8DF35. Grayscale: #343434. Windows color (decimal): -14212918 or 13246503. OLE color: 13246503.
HSL color Cylindrical-coordinate representation of color #2720CA: hue angle of 242.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2720CA is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 32 | 202 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.21 |
| HSL | 242.47º | 0.73% | 0.46% | - |
| HSV(B) | 242.47º | 0.84% | 0.79% | - |
| XYZ | 12.01 | 5.73 | 56.35 | - |
| YUV | 53.47 | 211.82 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 32 | 202 | 0.81 | 0.84 | 0 | 0.21 | 242.47 | 0.73 | 0.46 |
| Hex | 27 | 20 | CA | 51 | 54 | 0 | 15 | F2 | 49 | 2E |
| Octal | 47 | 40 | 312 | 121 | 124 | 0 | 25 | 362 | 111 | 56 |
| Binary | 100111 | 100000 | 11001010 | 1010001 | 1010100 | 0 | 10101 | 11110010 | 1001001 | 101110 |
Color Harmonies of #2720CA
Complementary color
Monochromatic Colors of #2720CA
Black with #2720CA
Text Example
Text Example
White with #2720CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2720CA; }
p { color: rgb(39,32,202); }
H1.HeaderClassName
{
color: #2720CA;
}
.AnyTagClassName
{
color: #2720CA;
}
</style>
background-color css
<style>
a { background-color: #2720CA; }
a { background-color: rgb(39,32,202); }
div.DivClassName
{
background-color: #2720CA;
}
.BgClassName
{
background-color: #2720CA;
}
</style>
border-color css
<style>
span { border-color: #2720CA; }
span { border-color: rgb(39,32,202); }
td.TdClassName
{
border-color: #2720CA;
}
.TagClassName
{
border-color: #2720CA;
}
</style>