Shades of Persian Blue #2727CC
Tints of Persian Blue #2727CC
RGB
CMYK
RGB Variations
Color information
#2727CC (or 0x2727CC) is known color: Persian Blue. HEX triplet: 27, 27 and CC. RGB value is (39,39,204). Sum of RGB (Red+Green+Blue) = 39+39+204=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #2727CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2727CC is #D8D833. Grayscale: #393939. Windows color (decimal): -14211124 or 13379367. OLE color: 13379367.
HSL color Cylindrical-coordinate representation of color #2727CC: hue angle of 240º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2727CC is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 39 | 204 | - |
| CMYK | 0.81 | 0.81 | 0 | 0.2 |
| HSL | 240º | 0.68% | 0.48% | - |
| HSV(B) | 240º | 0.81% | 0.8% | - |
| XYZ | 12.46 | 6.24 | 57.67 | - |
| YUV | 57.81 | 210.5 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 39 | 204 | 0.81 | 0.81 | 0 | 0.2 | 240 | 0.68 | 0.48 |
| Hex | 27 | 27 | CC | 51 | 51 | 0 | 14 | F0 | 44 | 30 |
| Octal | 47 | 47 | 314 | 121 | 121 | 0 | 24 | 360 | 104 | 60 |
| Binary | 100111 | 100111 | 11001100 | 1010001 | 1010001 | 0 | 10100 | 11110000 | 1000100 | 110000 |
Color Harmonies of #2727CC
Complementary color
Monochromatic Colors of #2727CC
Black with #2727CC
Text Example
Text Example
White with #2727CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2727CC; }
p { color: rgb(39,39,204); }
H1.HeaderClassName
{
color: #2727CC;
}
.AnyTagClassName
{
color: #2727CC;
}
</style>
background-color css
<style>
a { background-color: #2727CC; }
a { background-color: rgb(39,39,204); }
div.DivClassName
{
background-color: #2727CC;
}
.BgClassName
{
background-color: #2727CC;
}
</style>
border-color css
<style>
span { border-color: #2727CC; }
span { border-color: rgb(39,39,204); }
td.TdClassName
{
border-color: #2727CC;
}
.TagClassName
{
border-color: #2727CC;
}
</style>