Shades of Persian Blue #2729BB
Tints of Persian Blue #2729BB
RGB
CMYK
RGB Variations
Color information
#2729BB (or 0x2729BB) is known color: Persian Blue. HEX triplet: 27, 29 and BB. RGB value is (39,41,187). Sum of RGB (Red+Green+Blue) = 39+41+187=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #2729BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2729BB is #D8D644. Grayscale: #383838. Windows color (decimal): -14210629 or 12265767. OLE color: 12265767.
HSL color Cylindrical-coordinate representation of color #2729BB: hue angle of 239.19º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2729BB is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 41 | 187 | - |
| CMYK | 0.79 | 0.78 | 0 | 0.27 |
| HSL | 239.19º | 0.65% | 0.44% | - |
| HSV(B) | 239.19º | 0.79% | 0.73% | - |
| XYZ | 10.6 | 5.61 | 47.54 | - |
| YUV | 57.05 | 201.34 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 41 | 187 | 0.79 | 0.78 | 0 | 0.27 | 239.19 | 0.65 | 0.44 |
| Hex | 27 | 29 | BB | 4F | 4E | 0 | 1B | EF | 41 | 2C |
| Octal | 47 | 51 | 273 | 117 | 116 | 0 | 33 | 357 | 101 | 54 |
| Binary | 100111 | 101001 | 10111011 | 1001111 | 1001110 | 0 | 11011 | 11101111 | 1000001 | 101100 |
Color Harmonies of #2729BB
Complementary color
Monochromatic Colors of #2729BB
Black with #2729BB
Text Example
Text Example
White with #2729BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2729BB; }
p { color: rgb(39,41,187); }
H1.HeaderClassName
{
color: #2729BB;
}
.AnyTagClassName
{
color: #2729BB;
}
</style>
background-color css
<style>
a { background-color: #2729BB; }
a { background-color: rgb(39,41,187); }
div.DivClassName
{
background-color: #2729BB;
}
.BgClassName
{
background-color: #2729BB;
}
</style>
border-color css
<style>
span { border-color: #2729BB; }
span { border-color: rgb(39,41,187); }
td.TdClassName
{
border-color: #2729BB;
}
.TagClassName
{
border-color: #2729BB;
}
</style>