Shades of Persian Blue #2F2ADE
Tints of Persian Blue #2F2ADE
RGB
CMYK
RGB Variations
Color information
#2F2ADE (or 0x2F2ADE) is known color: Persian Blue. HEX triplet: 2F, 2A and DE. RGB value is (47,42,222). Sum of RGB (Red+Green+Blue) = 47+42+222=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 222 (87.11% from 255 or 71.38% from 311); Max value from RGB is 222 - color contains mainly: blue. Hex color #2F2ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2ADE is #D0D521. Grayscale: #3F3F3F. Windows color (decimal): -13686050 or 14559791. OLE color: 14559791.
HSL color Cylindrical-coordinate representation of color #2F2ADE: hue angle of 241.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F2ADE is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 42 | 222 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.13 |
| HSL | 241.67º | 0.73% | 0.52% | - |
| HSV(B) | 241.67º | 0.81% | 0.87% | - |
| XYZ | 15.19 | 7.53 | 69.76 | - |
| YUV | 64.02 | 217.16 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 42 | 222 | 0.79 | 0.81 | 0 | 0.13 | 241.67 | 0.73 | 0.52 |
| Hex | 2F | 2A | DE | 4F | 51 | 0 | D | F2 | 49 | 34 |
| Octal | 57 | 52 | 336 | 117 | 121 | 0 | 15 | 362 | 111 | 64 |
| Binary | 101111 | 101010 | 11011110 | 1001111 | 1010001 | 0 | 1101 | 11110010 | 1001001 | 110100 |
Color Harmonies of #2F2ADE
Complementary color
Monochromatic Colors of #2F2ADE
Black with #2F2ADE
Text Example
Text Example
White with #2F2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2ADE; }
p { color: rgb(47,42,222); }
H1.HeaderClassName
{
color: #2F2ADE;
}
.AnyTagClassName
{
color: #2F2ADE;
}
</style>
background-color css
<style>
a { background-color: #2F2ADE; }
a { background-color: rgb(47,42,222); }
div.DivClassName
{
background-color: #2F2ADE;
}
.BgClassName
{
background-color: #2F2ADE;
}
</style>
border-color css
<style>
span { border-color: #2F2ADE; }
span { border-color: rgb(47,42,222); }
td.TdClassName
{
border-color: #2F2ADE;
}
.TagClassName
{
border-color: #2F2ADE;
}
</style>