Shades of Han Purple #2F0EFF
Tints of Han Purple #2F0EFF
RGB
CMYK
RGB Variations
Color information
#2F0EFF (or 0x2F0EFF) is known color: Han Purple. HEX triplet: 2F, 0E and FF. RGB value is (47,14,255). Sum of RGB (Red+Green+Blue) = 47+14+255=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 255 (100% from 255 or 80.70% from 316); Max value from RGB is 255 - color contains mainly: blue. Hex color #2F0EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0EFF is #D0F100. Grayscale: #323232. Windows color (decimal): -13693185 or 16715311. OLE color: 16715311.
HSL color Cylindrical-coordinate representation of color #2F0EFF: hue angle of 248.22º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0EFF is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 14 | 255 | - |
| CMYK | 0.82 | 0.95 | 0 | 0 |
| HSL | 248.22º | 1% | 0.53% | - |
| HSV(B) | 248.22º | 0.95% | 1% | - |
| XYZ | 19.38 | 8.14 | 95.16 | - |
| YUV | 51.34 | 242.93 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 14 | 255 | 0.82 | 0.95 | 0 | 0 | 248.22 | 1 | 0.53 |
| Hex | 2F | E | FF | 52 | 5F | 0 | 0 | F8 | 64 | 35 |
| Octal | 57 | 16 | 377 | 122 | 137 | 0 | 0 | 370 | 144 | 65 |
| Binary | 101111 | 1110 | 11111111 | 1010010 | 1011111 | 0 | 0 | 11111000 | 1100100 | 110101 |
Color Harmonies of #2F0EFF
Complementary color
Monochromatic Colors of #2F0EFF
Black with #2F0EFF
Text Example
Text Example
White with #2F0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0EFF; }
p { color: rgb(47,14,255); }
H1.HeaderClassName
{
color: #2F0EFF;
}
.AnyTagClassName
{
color: #2F0EFF;
}
</style>
background-color css
<style>
a { background-color: #2F0EFF; }
a { background-color: rgb(47,14,255); }
div.DivClassName
{
background-color: #2F0EFF;
}
.BgClassName
{
background-color: #2F0EFF;
}
</style>
border-color css
<style>
span { border-color: #2F0EFF; }
span { border-color: rgb(47,14,255); }
td.TdClassName
{
border-color: #2F0EFF;
}
.TagClassName
{
border-color: #2F0EFF;
}
</style>