Shades of Persian Blue #2F27DC
Tints of Persian Blue #2F27DC
RGB
CMYK
RGB Variations
Color information
#2F27DC (or 0x2F27DC) is known color: Persian Blue. HEX triplet: 2F, 27 and DC. RGB value is (47,39,220). Sum of RGB (Red+Green+Blue) = 47+39+220=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F27DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F27DC is #D0D823. Grayscale: #3D3D3D. Windows color (decimal): -13686820 or 14427951. OLE color: 14427951.
HSL color Cylindrical-coordinate representation of color #2F27DC: hue angle of 242.65º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F27DC is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 39 | 220 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.14 |
| HSL | 242.65º | 0.72% | 0.51% | - |
| HSV(B) | 242.65º | 0.82% | 0.86% | - |
| XYZ | 14.82 | 7.22 | 68.32 | - |
| YUV | 62.03 | 217.15 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 220 | 0.79 | 0.82 | 0 | 0.14 | 242.65 | 0.72 | 0.51 |
| Hex | 2F | 27 | DC | 4F | 52 | 0 | E | F3 | 48 | 33 |
| Octal | 57 | 47 | 334 | 117 | 122 | 0 | 16 | 363 | 110 | 63 |
| Binary | 101111 | 100111 | 11011100 | 1001111 | 1010010 | 0 | 1110 | 11110011 | 1001000 | 110011 |
Color Harmonies of #2F27DC
Complementary color
Monochromatic Colors of #2F27DC
Black with #2F27DC
Text Example
Text Example
White with #2F27DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F27DC; }
p { color: rgb(47,39,220); }
H1.HeaderClassName
{
color: #2F27DC;
}
.AnyTagClassName
{
color: #2F27DC;
}
</style>
background-color css
<style>
a { background-color: #2F27DC; }
a { background-color: rgb(47,39,220); }
div.DivClassName
{
background-color: #2F27DC;
}
.BgClassName
{
background-color: #2F27DC;
}
</style>
border-color css
<style>
span { border-color: #2F27DC; }
span { border-color: rgb(47,39,220); }
td.TdClassName
{
border-color: #2F27DC;
}
.TagClassName
{
border-color: #2F27DC;
}
</style>