Shades of Persian Blue #2729CF
Tints of Persian Blue #2729CF
RGB
CMYK
RGB Variations
Color information
#2729CF (or 0x2729CF) is known color: Persian Blue. HEX triplet: 27, 29 and CF. RGB value is (39,41,207). Sum of RGB (Red+Green+Blue) = 39+41+207=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #2729CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2729CF is #D8D630. Grayscale: #3A3A3A. Windows color (decimal): -14210609 or 13576487. OLE color: 13576487.
HSL color Cylindrical-coordinate representation of color #2729CF: hue angle of 239.29º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2729CF is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 41 | 207 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.19 |
| HSL | 239.29º | 0.68% | 0.48% | - |
| HSV(B) | 239.29º | 0.81% | 0.81% | - |
| XYZ | 12.89 | 6.52 | 59.61 | - |
| YUV | 59.33 | 211.34 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 41 | 207 | 0.81 | 0.80 | 0 | 0.19 | 239.29 | 0.68 | 0.48 |
| Hex | 27 | 29 | CF | 51 | 50 | 0 | 13 | EF | 44 | 30 |
| Octal | 47 | 51 | 317 | 121 | 120 | 0 | 23 | 357 | 104 | 60 |
| Binary | 100111 | 101001 | 11001111 | 1010001 | 1010000 | 0 | 10011 | 11101111 | 1000100 | 110000 |
Color Harmonies of #2729CF
Complementary color
Monochromatic Colors of #2729CF
Black with #2729CF
Text Example
Text Example
White with #2729CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2729CF; }
p { color: rgb(39,41,207); }
H1.HeaderClassName
{
color: #2729CF;
}
.AnyTagClassName
{
color: #2729CF;
}
</style>
background-color css
<style>
a { background-color: #2729CF; }
a { background-color: rgb(39,41,207); }
div.DivClassName
{
background-color: #2729CF;
}
.BgClassName
{
background-color: #2729CF;
}
</style>
border-color css
<style>
span { border-color: #2729CF; }
span { border-color: rgb(39,41,207); }
td.TdClassName
{
border-color: #2729CF;
}
.TagClassName
{
border-color: #2729CF;
}
</style>