Shades of Han Purple #2F0FFF
Tints of Han Purple #2F0FFF
RGB
CMYK
RGB Variations
Color information
#2F0FFF (or 0x2F0FFF) is known color: Han Purple. HEX triplet: 2F, 0F and FF. RGB value is (47,15,255). Sum of RGB (Red+Green+Blue) = 47+15+255=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 255 (100% from 255 or 80.44% from 317); Max value from RGB is 255 - color contains mainly: blue. Hex color #2F0FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0FFF is #D0F000. Grayscale: #333333. Windows color (decimal): -13692929 or 16715567. OLE color: 16715567.
HSL color Cylindrical-coordinate representation of color #2F0FFF: hue angle of 248º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0FFF is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 15 | 255 | - |
| CMYK | 0.82 | 0.94 | 0 | 0 |
| HSL | 248º | 1% | 0.53% | - |
| HSV(B) | 248º | 0.94% | 1% | - |
| XYZ | 19.39 | 8.17 | 95.16 | - |
| YUV | 51.93 | 242.6 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 15 | 255 | 0.82 | 0.94 | 0 | 0 | 248 | 1 | 0.53 |
| Hex | 2F | F | FF | 52 | 5E | 0 | 0 | F8 | 64 | 35 |
| Octal | 57 | 17 | 377 | 122 | 136 | 0 | 0 | 370 | 144 | 65 |
| Binary | 101111 | 1111 | 11111111 | 1010010 | 1011110 | 0 | 0 | 11111000 | 1100100 | 110101 |
Color Harmonies of #2F0FFF
Complementary color
Monochromatic Colors of #2F0FFF
Black with #2F0FFF
Text Example
Text Example
White with #2F0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0FFF; }
p { color: rgb(47,15,255); }
H1.HeaderClassName
{
color: #2F0FFF;
}
.AnyTagClassName
{
color: #2F0FFF;
}
</style>
background-color css
<style>
a { background-color: #2F0FFF; }
a { background-color: rgb(47,15,255); }
div.DivClassName
{
background-color: #2F0FFF;
}
.BgClassName
{
background-color: #2F0FFF;
}
</style>
border-color css
<style>
span { border-color: #2F0FFF; }
span { border-color: rgb(47,15,255); }
td.TdClassName
{
border-color: #2F0FFF;
}
.TagClassName
{
border-color: #2F0FFF;
}
</style>