Shades of Persian Blue #2F27BC
Tints of Persian Blue #2F27BC
RGB
CMYK
RGB Variations
Color information
#2F27BC (or 0x2F27BC) is known color: Persian Blue. HEX triplet: 2F, 27 and BC. RGB value is (47,39,188). Sum of RGB (Red+Green+Blue) = 47+39+188=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F27BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F27BC is #D0D843. Grayscale: #393939. Windows color (decimal): -13686852 or 12330799. OLE color: 12330799.
HSL color Cylindrical-coordinate representation of color #2F27BC: hue angle of 243.22º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F27BC is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 39 | 188 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.26 |
| HSL | 243.22º | 0.66% | 0.45% | - |
| HSV(B) | 243.22º | 0.79% | 0.74% | - |
| XYZ | 10.97 | 5.69 | 48.1 | - |
| YUV | 58.38 | 201.15 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 188 | 0.75 | 0.79 | 0 | 0.26 | 243.22 | 0.66 | 0.45 |
| Hex | 2F | 27 | BC | 4B | 4F | 0 | 1A | F3 | 42 | 2D |
| Octal | 57 | 47 | 274 | 113 | 117 | 0 | 32 | 363 | 102 | 55 |
| Binary | 101111 | 100111 | 10111100 | 1001011 | 1001111 | 0 | 11010 | 11110011 | 1000010 | 101101 |
Color Harmonies of #2F27BC
Complementary color
Monochromatic Colors of #2F27BC
Black with #2F27BC
Text Example
Text Example
White with #2F27BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F27BC; }
p { color: rgb(47,39,188); }
H1.HeaderClassName
{
color: #2F27BC;
}
.AnyTagClassName
{
color: #2F27BC;
}
</style>
background-color css
<style>
a { background-color: #2F27BC; }
a { background-color: rgb(47,39,188); }
div.DivClassName
{
background-color: #2F27BC;
}
.BgClassName
{
background-color: #2F27BC;
}
</style>
border-color css
<style>
span { border-color: #2F27BC; }
span { border-color: rgb(47,39,188); }
td.TdClassName
{
border-color: #2F27BC;
}
.TagClassName
{
border-color: #2F27BC;
}
</style>