Shades of Han Purple #2F22DD
Tints of Han Purple #2F22DD
RGB
CMYK
RGB Variations
Color information
#2F22DD (or 0x2F22DD) is known color: Han Purple. HEX triplet: 2F, 22 and DD. RGB value is (47,34,221). Sum of RGB (Red+Green+Blue) = 47+34+221=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F22DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F22DD is #D0DD22. Grayscale: #3A3A3A. Windows color (decimal): -13688099 or 14492207. OLE color: 14492207.
HSL color Cylindrical-coordinate representation of color #2F22DD: hue angle of 244.17º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F22DD is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 34 | 221 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.13 |
| HSL | 244.17º | 0.73% | 0.5% | - |
| HSV(B) | 244.17º | 0.85% | 0.87% | - |
| XYZ | 14.8 | 6.97 | 68.97 | - |
| YUV | 59.21 | 219.31 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 221 | 0.79 | 0.85 | 0 | 0.13 | 244.17 | 0.73 | 0.5 |
| Hex | 2F | 22 | DD | 4F | 55 | 0 | D | F4 | 49 | 32 |
| Octal | 57 | 42 | 335 | 117 | 125 | 0 | 15 | 364 | 111 | 62 |
| Binary | 101111 | 100010 | 11011101 | 1001111 | 1010101 | 0 | 1101 | 11110100 | 1001001 | 110010 |
Color Harmonies of #2F22DD
Complementary color
Monochromatic Colors of #2F22DD
Black with #2F22DD
Text Example
Text Example
White with #2F22DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F22DD; }
p { color: rgb(47,34,221); }
H1.HeaderClassName
{
color: #2F22DD;
}
.AnyTagClassName
{
color: #2F22DD;
}
</style>
background-color css
<style>
a { background-color: #2F22DD; }
a { background-color: rgb(47,34,221); }
div.DivClassName
{
background-color: #2F22DD;
}
.BgClassName
{
background-color: #2F22DD;
}
</style>
border-color css
<style>
span { border-color: #2F22DD; }
span { border-color: rgb(47,34,221); }
td.TdClassName
{
border-color: #2F22DD;
}
.TagClassName
{
border-color: #2F22DD;
}
</style>