Shades of Han Purple #2F17EB
Tints of Han Purple #2F17EB
RGB
CMYK
RGB Variations
Color information
#2F17EB (or 0x2F17EB) is known color: Han Purple. HEX triplet: 2F, 17 and EB. RGB value is (47,23,235). Sum of RGB (Red+Green+Blue) = 47+23+235=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 235 (92.19% from 255 or 77.05% from 305); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F17EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F17EB is #D0E814. Grayscale: #353535. Windows color (decimal): -13690901 or 15406895. OLE color: 15406895.
HSL color Cylindrical-coordinate representation of color #2F17EB: hue angle of 246.79º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F17EB is Cyan = 0.8, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 23 | 235 | - |
| CMYK | 0.8 | 0.90 | 0 | 0.08 |
| HSL | 246.79º | 0.84% | 0.51% | - |
| HSV(B) | 246.79º | 0.9% | 0.92% | - |
| XYZ | 16.47 | 7.22 | 79.12 | - |
| YUV | 54.34 | 229.95 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 23 | 235 | 0.8 | 0.90 | 0 | 0.08 | 246.79 | 0.84 | 0.51 |
| Hex | 2F | 17 | EB | 50 | 5A | 0 | 8 | F7 | 54 | 33 |
| Octal | 57 | 27 | 353 | 120 | 132 | 0 | 10 | 367 | 124 | 63 |
| Binary | 101111 | 10111 | 11101011 | 1010000 | 1011010 | 0 | 1000 | 11110111 | 1010100 | 110011 |
Color Harmonies of #2F17EB
Complementary color
Monochromatic Colors of #2F17EB
Black with #2F17EB
Text Example
Text Example
White with #2F17EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F17EB; }
p { color: rgb(47,23,235); }
H1.HeaderClassName
{
color: #2F17EB;
}
.AnyTagClassName
{
color: #2F17EB;
}
</style>
background-color css
<style>
a { background-color: #2F17EB; }
a { background-color: rgb(47,23,235); }
div.DivClassName
{
background-color: #2F17EB;
}
.BgClassName
{
background-color: #2F17EB;
}
</style>
border-color css
<style>
span { border-color: #2F17EB; }
span { border-color: rgb(47,23,235); }
td.TdClassName
{
border-color: #2F17EB;
}
.TagClassName
{
border-color: #2F17EB;
}
</style>