Shades of Han Purple #2F18FE
Tints of Han Purple #2F18FE
RGB
CMYK
RGB Variations
Color information
#2F18FE (or 0x2F18FE) is known color: Han Purple. HEX triplet: 2F, 18 and FE. RGB value is (47,24,254). Sum of RGB (Red+Green+Blue) = 47+24+254=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 254 (99.61% from 255 or 78.15% from 325); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F18FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F18FE is #D0E701. Grayscale: #383838. Windows color (decimal): -13690626 or 16652335. OLE color: 16652335.
HSL color Cylindrical-coordinate representation of color #2F18FE: hue angle of 246º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F18FE is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 24 | 254 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.00 |
| HSL | 246º | 0.99% | 0.55% | - |
| HSV(B) | 246º | 0.91% | 1% | - |
| XYZ | 19.39 | 8.41 | 94.37 | - |
| YUV | 57.1 | 239.12 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 254 | 0.81 | 0.91 | 0 | 0.00 | 246 | 0.99 | 0.55 |
| Hex | 2F | 18 | FE | 51 | 5B | 0 | 0 | F6 | 63 | 37 |
| Octal | 57 | 30 | 376 | 121 | 133 | 0 | 0 | 366 | 143 | 67 |
| Binary | 101111 | 11000 | 11111110 | 1010001 | 1011011 | 0 | 0 | 11110110 | 1100011 | 110111 |
Color Harmonies of #2F18FE
Complementary color
Monochromatic Colors of #2F18FE
Black with #2F18FE
Text Example
Text Example
White with #2F18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F18FE; }
p { color: rgb(47,24,254); }
H1.HeaderClassName
{
color: #2F18FE;
}
.AnyTagClassName
{
color: #2F18FE;
}
</style>
background-color css
<style>
a { background-color: #2F18FE; }
a { background-color: rgb(47,24,254); }
div.DivClassName
{
background-color: #2F18FE;
}
.BgClassName
{
background-color: #2F18FE;
}
</style>
border-color css
<style>
span { border-color: #2F18FE; }
span { border-color: rgb(47,24,254); }
td.TdClassName
{
border-color: #2F18FE;
}
.TagClassName
{
border-color: #2F18FE;
}
</style>