Shades of Han Purple #2F22DF
Tints of Han Purple #2F22DF
RGB
CMYK
RGB Variations
Color information
#2F22DF (or 0x2F22DF) is known color: Han Purple. HEX triplet: 2F, 22 and DF. RGB value is (47,34,223). Sum of RGB (Red+Green+Blue) = 47+34+223=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 223 (87.5% from 255 or 73.36% from 304); Max value from RGB is 223 - color contains mainly: blue. Hex color #2F22DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F22DF is #D0DD20. Grayscale: #3A3A3A. Windows color (decimal): -13688097 or 14623279. OLE color: 14623279.
HSL color Cylindrical-coordinate representation of color #2F22DF: hue angle of 244.13º degrees, saturation: 0.75, 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 #2F22DF is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 34 | 223 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.13 |
| HSL | 244.13º | 0.75% | 0.5% | - |
| HSV(B) | 244.13º | 0.85% | 0.87% | - |
| XYZ | 15.06 | 7.08 | 70.38 | - |
| YUV | 59.43 | 220.31 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 223 | 0.79 | 0.85 | 0 | 0.13 | 244.13 | 0.75 | 0.5 |
| Hex | 2F | 22 | DF | 4F | 55 | 0 | D | F4 | 4B | 32 |
| Octal | 57 | 42 | 337 | 117 | 125 | 0 | 15 | 364 | 113 | 62 |
| Binary | 101111 | 100010 | 11011111 | 1001111 | 1010101 | 0 | 1101 | 11110100 | 1001011 | 110010 |
Color Harmonies of #2F22DF
Complementary color
Monochromatic Colors of #2F22DF
Black with #2F22DF
Text Example
Text Example
White with #2F22DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F22DF; }
p { color: rgb(47,34,223); }
H1.HeaderClassName
{
color: #2F22DF;
}
.AnyTagClassName
{
color: #2F22DF;
}
</style>
background-color css
<style>
a { background-color: #2F22DF; }
a { background-color: rgb(47,34,223); }
div.DivClassName
{
background-color: #2F22DF;
}
.BgClassName
{
background-color: #2F22DF;
}
</style>
border-color css
<style>
span { border-color: #2F22DF; }
span { border-color: rgb(47,34,223); }
td.TdClassName
{
border-color: #2F22DF;
}
.TagClassName
{
border-color: #2F22DF;
}
</style>