Shades of Han Purple #2F0BEC
Tints of Han Purple #2F0BEC
RGB
CMYK
RGB Variations
Color information
#2F0BEC (or 0x2F0BEC) is known color: Han Purple. HEX triplet: 2F, 0B and EC. RGB value is (47,11,236). Sum of RGB (Red+Green+Blue) = 47+11+236=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 236 (92.58% from 255 or 80.27% from 294); Max value from RGB is 236 - color contains mainly: blue. Hex color #2F0BEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0BEC is #D0F413. Grayscale: #2E2E2E. Windows color (decimal): -13693972 or 15469359. OLE color: 15469359.
HSL color Cylindrical-coordinate representation of color #2F0BEC: hue angle of 249.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0BEC is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 11 | 236 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.07 |
| HSL | 249.6º | 0.91% | 0.48% | - |
| HSV(B) | 249.6º | 0.95% | 0.93% | - |
| XYZ | 16.43 | 6.9 | 79.82 | - |
| YUV | 47.41 | 234.43 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 11 | 236 | 0.80 | 0.95 | 0 | 0.07 | 249.6 | 0.91 | 0.48 |
| Hex | 2F | B | EC | 50 | 5F | 0 | 7 | FA | 5B | 30 |
| Octal | 57 | 13 | 354 | 120 | 137 | 0 | 7 | 372 | 133 | 60 |
| Binary | 101111 | 1011 | 11101100 | 1010000 | 1011111 | 0 | 111 | 11111010 | 1011011 | 110000 |
Color Harmonies of #2F0BEC
Complementary color
Monochromatic Colors of #2F0BEC
Black with #2F0BEC
Text Example
Text Example
White with #2F0BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0BEC; }
p { color: rgb(47,11,236); }
H1.HeaderClassName
{
color: #2F0BEC;
}
.AnyTagClassName
{
color: #2F0BEC;
}
</style>
background-color css
<style>
a { background-color: #2F0BEC; }
a { background-color: rgb(47,11,236); }
div.DivClassName
{
background-color: #2F0BEC;
}
.BgClassName
{
background-color: #2F0BEC;
}
</style>
border-color css
<style>
span { border-color: #2F0BEC; }
span { border-color: rgb(47,11,236); }
td.TdClassName
{
border-color: #2F0BEC;
}
.TagClassName
{
border-color: #2F0BEC;
}
</style>