Shades of Han Purple #2F0BDE
Tints of Han Purple #2F0BDE
RGB
CMYK
RGB Variations
Color information
#2F0BDE (or 0x2F0BDE) is known color: Han Purple. HEX triplet: 2F, 0B and DE. RGB value is (47,11,222). Sum of RGB (Red+Green+Blue) = 47+11+222=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 222 (87.11% from 255 or 79.29% from 280); Max value from RGB is 222 - color contains mainly: blue. Hex color #2F0BDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0BDE is #D0F421. Grayscale: #2D2D2D. Windows color (decimal): -13693986 or 14551855. OLE color: 14551855.
HSL color Cylindrical-coordinate representation of color #2F0BDE: hue angle of 250.24º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0BDE is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 11 | 222 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.13 |
| HSL | 250.24º | 0.91% | 0.46% | - |
| HSV(B) | 250.24º | 0.95% | 0.87% | - |
| XYZ | 14.48 | 6.12 | 69.53 | - |
| YUV | 45.82 | 227.43 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 11 | 222 | 0.79 | 0.95 | 0 | 0.13 | 250.24 | 0.91 | 0.46 |
| Hex | 2F | B | DE | 4F | 5F | 0 | D | FA | 5B | 2E |
| Octal | 57 | 13 | 336 | 117 | 137 | 0 | 15 | 372 | 133 | 56 |
| Binary | 101111 | 1011 | 11011110 | 1001111 | 1011111 | 0 | 1101 | 11111010 | 1011011 | 101110 |
Color Harmonies of #2F0BDE
Complementary color
Monochromatic Colors of #2F0BDE
Black with #2F0BDE
Text Example
Text Example
White with #2F0BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0BDE; }
p { color: rgb(47,11,222); }
H1.HeaderClassName
{
color: #2F0BDE;
}
.AnyTagClassName
{
color: #2F0BDE;
}
</style>
background-color css
<style>
a { background-color: #2F0BDE; }
a { background-color: rgb(47,11,222); }
div.DivClassName
{
background-color: #2F0BDE;
}
.BgClassName
{
background-color: #2F0BDE;
}
</style>
border-color css
<style>
span { border-color: #2F0BDE; }
span { border-color: rgb(47,11,222); }
td.TdClassName
{
border-color: #2F0BDE;
}
.TagClassName
{
border-color: #2F0BDE;
}
</style>