Shades of Persian Blue #2F21CF
Tints of Persian Blue #2F21CF
RGB
CMYK
RGB Variations
Color information
#2F21CF (or 0x2F21CF) is known color: Persian Blue. HEX triplet: 2F, 21 and CF. RGB value is (47,33,207). Sum of RGB (Red+Green+Blue) = 47+33+207=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F21CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F21CF is #D0DE30. Grayscale: #383838. Windows color (decimal): -13688369 or 13574447. OLE color: 13574447.
HSL color Cylindrical-coordinate representation of color #2F21CF: hue angle of 244.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F21CF is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 33 | 207 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.19 |
| HSL | 244.83º | 0.73% | 0.47% | - |
| HSV(B) | 244.83º | 0.84% | 0.81% | - |
| XYZ | 12.98 | 6.2 | 59.54 | - |
| YUV | 57.02 | 212.64 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 207 | 0.77 | 0.84 | 0 | 0.19 | 244.83 | 0.73 | 0.47 |
| Hex | 2F | 21 | CF | 4D | 54 | 0 | 13 | F5 | 48 | 2F |
| Octal | 57 | 41 | 317 | 115 | 124 | 0 | 23 | 365 | 110 | 57 |
| Binary | 101111 | 100001 | 11001111 | 1001101 | 1010100 | 0 | 10011 | 11110101 | 1001000 | 101111 |
Color Harmonies of #2F21CF
Complementary color
Monochromatic Colors of #2F21CF
Black with #2F21CF
Text Example
Text Example
White with #2F21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F21CF; }
p { color: rgb(47,33,207); }
H1.HeaderClassName
{
color: #2F21CF;
}
.AnyTagClassName
{
color: #2F21CF;
}
</style>
background-color css
<style>
a { background-color: #2F21CF; }
a { background-color: rgb(47,33,207); }
div.DivClassName
{
background-color: #2F21CF;
}
.BgClassName
{
background-color: #2F21CF;
}
</style>
border-color css
<style>
span { border-color: #2F21CF; }
span { border-color: rgb(47,33,207); }
td.TdClassName
{
border-color: #2F21CF;
}
.TagClassName
{
border-color: #2F21CF;
}
</style>