Shades of Han Purple #2F16ED
Tints of Han Purple #2F16ED
RGB
CMYK
RGB Variations
Color information
#2F16ED (or 0x2F16ED) is known color: Han Purple. HEX triplet: 2F, 16 and ED. RGB value is (47,22,237). Sum of RGB (Red+Green+Blue) = 47+22+237=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 237 (92.97% from 255 or 77.45% from 306); Max value from RGB is 237 - color contains mainly: blue. Hex color #2F16ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F16ED is #D0E912. Grayscale: #353535. Windows color (decimal): -13691155 or 15537711. OLE color: 15537711.
HSL color Cylindrical-coordinate representation of color #2F16ED: hue angle of 246.98º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F16ED is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 22 | 237 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.07 |
| HSL | 246.98º | 0.86% | 0.51% | - |
| HSV(B) | 246.98º | 0.91% | 0.93% | - |
| XYZ | 16.75 | 7.29 | 80.65 | - |
| YUV | 53.99 | 231.28 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 22 | 237 | 0.80 | 0.91 | 0 | 0.07 | 246.98 | 0.86 | 0.51 |
| Hex | 2F | 16 | ED | 50 | 5B | 0 | 7 | F7 | 56 | 33 |
| Octal | 57 | 26 | 355 | 120 | 133 | 0 | 7 | 367 | 126 | 63 |
| Binary | 101111 | 10110 | 11101101 | 1010000 | 1011011 | 0 | 111 | 11110111 | 1010110 | 110011 |
Color Harmonies of #2F16ED
Complementary color
Monochromatic Colors of #2F16ED
Black with #2F16ED
Text Example
Text Example
White with #2F16ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F16ED; }
p { color: rgb(47,22,237); }
H1.HeaderClassName
{
color: #2F16ED;
}
.AnyTagClassName
{
color: #2F16ED;
}
</style>
background-color css
<style>
a { background-color: #2F16ED; }
a { background-color: rgb(47,22,237); }
div.DivClassName
{
background-color: #2F16ED;
}
.BgClassName
{
background-color: #2F16ED;
}
</style>
border-color css
<style>
span { border-color: #2F16ED; }
span { border-color: rgb(47,22,237); }
td.TdClassName
{
border-color: #2F16ED;
}
.TagClassName
{
border-color: #2F16ED;
}
</style>