Shades of Persian Blue #2F2ECF
Tints of Persian Blue #2F2ECF
RGB
CMYK
RGB Variations
Color information
#2F2ECF (or 0x2F2ECF) is known color: Persian Blue. HEX triplet: 2F, 2E and CF. RGB value is (47,46,207). Sum of RGB (Red+Green+Blue) = 47+46+207=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F2ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2ECF is #D0D130. Grayscale: #404040. Windows color (decimal): -13685041 or 13577775. OLE color: 13577775.
HSL color Cylindrical-coordinate representation of color #2F2ECF: hue angle of 240.37º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F2ECF is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 46 | 207 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.19 |
| HSL | 240.37º | 0.64% | 0.5% | - |
| HSV(B) | 240.37º | 0.78% | 0.81% | - |
| XYZ | 13.41 | 7.06 | 59.69 | - |
| YUV | 64.65 | 208.33 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 46 | 207 | 0.77 | 0.78 | 0 | 0.19 | 240.37 | 0.64 | 0.5 |
| Hex | 2F | 2E | CF | 4D | 4E | 0 | 13 | F0 | 40 | 32 |
| Octal | 57 | 56 | 317 | 115 | 116 | 0 | 23 | 360 | 100 | 62 |
| Binary | 101111 | 101110 | 11001111 | 1001101 | 1001110 | 0 | 10011 | 11110000 | 1000000 | 110010 |
Color Harmonies of #2F2ECF
Complementary color
Monochromatic Colors of #2F2ECF
Black with #2F2ECF
Text Example
Text Example
White with #2F2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2ECF; }
p { color: rgb(47,46,207); }
H1.HeaderClassName
{
color: #2F2ECF;
}
.AnyTagClassName
{
color: #2F2ECF;
}
</style>
background-color css
<style>
a { background-color: #2F2ECF; }
a { background-color: rgb(47,46,207); }
div.DivClassName
{
background-color: #2F2ECF;
}
.BgClassName
{
background-color: #2F2ECF;
}
</style>
border-color css
<style>
span { border-color: #2F2ECF; }
span { border-color: rgb(47,46,207); }
td.TdClassName
{
border-color: #2F2ECF;
}
.TagClassName
{
border-color: #2F2ECF;
}
</style>