Shades of Persian Blue #2F2CDE
Tints of Persian Blue #2F2CDE
RGB
CMYK
RGB Variations
Color information
#2F2CDE (or 0x2F2CDE) is known color: Persian Blue. HEX triplet: 2F, 2C and DE. RGB value is (47,44,222). Sum of RGB (Red+Green+Blue) = 47+44+222=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 222 (87.11% from 255 or 70.93% from 313); Max value from RGB is 222 - color contains mainly: blue. Hex color #2F2CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2CDE is #D0D321. Grayscale: #404040. Windows color (decimal): -13685538 or 14560303. OLE color: 14560303.
HSL color Cylindrical-coordinate representation of color #2F2CDE: hue angle of 241.01º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F2CDE is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 44 | 222 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.13 |
| HSL | 241.01º | 0.73% | 0.52% | - |
| HSV(B) | 241.01º | 0.8% | 0.87% | - |
| XYZ | 15.26 | 7.68 | 69.79 | - |
| YUV | 65.19 | 216.49 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 44 | 222 | 0.79 | 0.80 | 0 | 0.13 | 241.01 | 0.73 | 0.52 |
| Hex | 2F | 2C | DE | 4F | 50 | 0 | D | F1 | 49 | 34 |
| Octal | 57 | 54 | 336 | 117 | 120 | 0 | 15 | 361 | 111 | 64 |
| Binary | 101111 | 101100 | 11011110 | 1001111 | 1010000 | 0 | 1101 | 11110001 | 1001001 | 110100 |
Color Harmonies of #2F2CDE
Complementary color
Monochromatic Colors of #2F2CDE
Black with #2F2CDE
Text Example
Text Example
White with #2F2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2CDE; }
p { color: rgb(47,44,222); }
H1.HeaderClassName
{
color: #2F2CDE;
}
.AnyTagClassName
{
color: #2F2CDE;
}
</style>
background-color css
<style>
a { background-color: #2F2CDE; }
a { background-color: rgb(47,44,222); }
div.DivClassName
{
background-color: #2F2CDE;
}
.BgClassName
{
background-color: #2F2CDE;
}
</style>
border-color css
<style>
span { border-color: #2F2CDE; }
span { border-color: rgb(47,44,222); }
td.TdClassName
{
border-color: #2F2CDE;
}
.TagClassName
{
border-color: #2F2CDE;
}
</style>