Shades of Persian Blue #2F2DDF
Tints of Persian Blue #2F2DDF
RGB
CMYK
RGB Variations
Color information
#2F2DDF (or 0x2F2DDF) is known color: Persian Blue. HEX triplet: 2F, 2D and DF. RGB value is (47,45,223). Sum of RGB (Red+Green+Blue) = 47+45+223=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #2F2DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2DDF is #D0D220. Grayscale: #414141. Windows color (decimal): -13685281 or 14626095. OLE color: 14626095.
HSL color Cylindrical-coordinate representation of color #2F2DDF: hue angle of 240.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F2DDF is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 45 | 223 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.13 |
| HSL | 240.67º | 0.74% | 0.53% | - |
| HSV(B) | 240.67º | 0.8% | 0.87% | - |
| XYZ | 15.43 | 7.81 | 70.51 | - |
| YUV | 65.89 | 216.66 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 45 | 223 | 0.79 | 0.80 | 0 | 0.13 | 240.67 | 0.74 | 0.53 |
| Hex | 2F | 2D | DF | 4F | 50 | 0 | D | F1 | 4A | 35 |
| Octal | 57 | 55 | 337 | 117 | 120 | 0 | 15 | 361 | 112 | 65 |
| Binary | 101111 | 101101 | 11011111 | 1001111 | 1010000 | 0 | 1101 | 11110001 | 1001010 | 110101 |
Color Harmonies of #2F2DDF
Complementary color
Monochromatic Colors of #2F2DDF
Black with #2F2DDF
Text Example
Text Example
White with #2F2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2DDF; }
p { color: rgb(47,45,223); }
H1.HeaderClassName
{
color: #2F2DDF;
}
.AnyTagClassName
{
color: #2F2DDF;
}
</style>
background-color css
<style>
a { background-color: #2F2DDF; }
a { background-color: rgb(47,45,223); }
div.DivClassName
{
background-color: #2F2DDF;
}
.BgClassName
{
background-color: #2F2DDF;
}
</style>
border-color css
<style>
span { border-color: #2F2DDF; }
span { border-color: rgb(47,45,223); }
td.TdClassName
{
border-color: #2F2DDF;
}
.TagClassName
{
border-color: #2F2DDF;
}
</style>