Shades of Han Purple #2F11FF
Tints of Han Purple #2F11FF
RGB
CMYK
RGB Variations
Color information
#2F11FF (or 0x2F11FF) is known color: Han Purple. HEX triplet: 2F, 11 and FF. RGB value is (47,17,255). Sum of RGB (Red+Green+Blue) = 47+17+255=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #2F11FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F11FF is #D0EE00. Grayscale: #343434. Windows color (decimal): -13692417 or 16716079. OLE color: 16716079.
HSL color Cylindrical-coordinate representation of color #2F11FF: hue angle of 247.56º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F11FF is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 17 | 255 | - |
| CMYK | 0.82 | 0.93 | 0 | 0 |
| HSL | 247.56º | 1% | 0.53% | - |
| HSV(B) | 247.56º | 0.93% | 1% | - |
| XYZ | 19.42 | 8.23 | 95.17 | - |
| YUV | 53.1 | 241.94 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 17 | 255 | 0.82 | 0.93 | 0 | 0 | 247.56 | 1 | 0.53 |
| Hex | 2F | 11 | FF | 52 | 5D | 0 | 0 | F8 | 64 | 35 |
| Octal | 57 | 21 | 377 | 122 | 135 | 0 | 0 | 370 | 144 | 65 |
| Binary | 101111 | 10001 | 11111111 | 1010010 | 1011101 | 0 | 0 | 11111000 | 1100100 | 110101 |
Color Harmonies of #2F11FF
Complementary color
Monochromatic Colors of #2F11FF
Black with #2F11FF
Text Example
Text Example
White with #2F11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F11FF; }
p { color: rgb(47,17,255); }
H1.HeaderClassName
{
color: #2F11FF;
}
.AnyTagClassName
{
color: #2F11FF;
}
</style>
background-color css
<style>
a { background-color: #2F11FF; }
a { background-color: rgb(47,17,255); }
div.DivClassName
{
background-color: #2F11FF;
}
.BgClassName
{
background-color: #2F11FF;
}
</style>
border-color css
<style>
span { border-color: #2F11FF; }
span { border-color: rgb(47,17,255); }
td.TdClassName
{
border-color: #2F11FF;
}
.TagClassName
{
border-color: #2F11FF;
}
</style>