Shades of Persian Blue #2728C9
Tints of Persian Blue #2728C9
RGB
CMYK
RGB Variations
Color information
#2728C9 (or 0x2728C9) is known color: Persian Blue. HEX triplet: 27, 28 and C9. RGB value is (39,40,201). Sum of RGB (Red+Green+Blue) = 39+40+201=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 201 (78.91% from 255 or 71.79% from 280); Max value from RGB is 201 - color contains mainly: blue. Hex color #2728C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2728C9 is #D8D736. Grayscale: #393939. Windows color (decimal): -14210871 or 13183015. OLE color: 13183015.
HSL color Cylindrical-coordinate representation of color #2728C9: hue angle of 239.63º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2728C9 is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 40 | 201 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.21 |
| HSL | 239.63º | 0.68% | 0.47% | - |
| HSV(B) | 239.63º | 0.81% | 0.79% | - |
| XYZ | 12.14 | 6.17 | 55.81 | - |
| YUV | 58.06 | 208.67 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 201 | 0.81 | 0.80 | 0 | 0.21 | 239.63 | 0.68 | 0.47 |
| Hex | 27 | 28 | C9 | 51 | 50 | 0 | 15 | F0 | 44 | 2F |
| Octal | 47 | 50 | 311 | 121 | 120 | 0 | 25 | 360 | 104 | 57 |
| Binary | 100111 | 101000 | 11001001 | 1010001 | 1010000 | 0 | 10101 | 11110000 | 1000100 | 101111 |
Color Harmonies of #2728C9
Complementary color
Monochromatic Colors of #2728C9
Black with #2728C9
Text Example
Text Example
White with #2728C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2728C9; }
p { color: rgb(39,40,201); }
H1.HeaderClassName
{
color: #2728C9;
}
.AnyTagClassName
{
color: #2728C9;
}
</style>
background-color css
<style>
a { background-color: #2728C9; }
a { background-color: rgb(39,40,201); }
div.DivClassName
{
background-color: #2728C9;
}
.BgClassName
{
background-color: #2728C9;
}
</style>
border-color css
<style>
span { border-color: #2728C9; }
span { border-color: rgb(39,40,201); }
td.TdClassName
{
border-color: #2728C9;
}
.TagClassName
{
border-color: #2728C9;
}
</style>