Shades of Persian Blue #2F2FCF
Tints of Persian Blue #2F2FCF
RGB
CMYK
RGB Variations
Color information
#2F2FCF (or 0x2F2FCF) is known color: Persian Blue. HEX triplet: 2F, 2F and CF. RGB value is (47,47,207). Sum of RGB (Red+Green+Blue) = 47+47+207=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F2FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2FCF is #D0D030. Grayscale: #404040. Windows color (decimal): -13684785 or 13578031. OLE color: 13578031.
HSL color Cylindrical-coordinate representation of color #2F2FCF: hue angle of 240º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F2FCF is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 47 | 207 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.19 |
| HSL | 240º | 0.63% | 0.5% | - |
| HSV(B) | 240º | 0.77% | 0.81% | - |
| XYZ | 13.45 | 7.14 | 59.7 | - |
| YUV | 65.24 | 208 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 47 | 207 | 0.77 | 0.77 | 0 | 0.19 | 240 | 0.63 | 0.5 |
| Hex | 2F | 2F | CF | 4D | 4D | 0 | 13 | F0 | 3F | 32 |
| Octal | 57 | 57 | 317 | 115 | 115 | 0 | 23 | 360 | 77 | 62 |
| Binary | 101111 | 101111 | 11001111 | 1001101 | 1001101 | 0 | 10011 | 11110000 | 111111 | 110010 |
Color Harmonies of #2F2FCF
Complementary color
Monochromatic Colors of #2F2FCF
Black with #2F2FCF
Text Example
Text Example
White with #2F2FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2FCF; }
p { color: rgb(47,47,207); }
H1.HeaderClassName
{
color: #2F2FCF;
}
.AnyTagClassName
{
color: #2F2FCF;
}
</style>
background-color css
<style>
a { background-color: #2F2FCF; }
a { background-color: rgb(47,47,207); }
div.DivClassName
{
background-color: #2F2FCF;
}
.BgClassName
{
background-color: #2F2FCF;
}
</style>
border-color css
<style>
span { border-color: #2F2FCF; }
span { border-color: rgb(47,47,207); }
td.TdClassName
{
border-color: #2F2FCF;
}
.TagClassName
{
border-color: #2F2FCF;
}
</style>