Shades of Han Purple #2F18EC
Tints of Han Purple #2F18EC
RGB
CMYK
RGB Variations
Color information
#2F18EC (or 0x2F18EC) is known color: Han Purple. HEX triplet: 2F, 18 and EC. RGB value is (47,24,236). Sum of RGB (Red+Green+Blue) = 47+24+236=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 236 (92.58% from 255 or 76.87% from 307); Max value from RGB is 236 - color contains mainly: blue. Hex color #2F18EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F18EC is #D0E713. Grayscale: #363636. Windows color (decimal): -13690644 or 15472687. OLE color: 15472687.
HSL color Cylindrical-coordinate representation of color #2F18EC: hue angle of 246.51º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F18EC is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 24 | 236 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.07 |
| HSL | 246.51º | 0.85% | 0.51% | - |
| HSV(B) | 246.51º | 0.9% | 0.93% | - |
| XYZ | 16.64 | 7.31 | 79.89 | - |
| YUV | 55.05 | 230.12 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 236 | 0.80 | 0.90 | 0 | 0.07 | 246.51 | 0.85 | 0.51 |
| Hex | 2F | 18 | EC | 50 | 5A | 0 | 7 | F7 | 55 | 33 |
| Octal | 57 | 30 | 354 | 120 | 132 | 0 | 7 | 367 | 125 | 63 |
| Binary | 101111 | 11000 | 11101100 | 1010000 | 1011010 | 0 | 111 | 11110111 | 1010101 | 110011 |
Color Harmonies of #2F18EC
Complementary color
Monochromatic Colors of #2F18EC
Black with #2F18EC
Text Example
Text Example
White with #2F18EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F18EC; }
p { color: rgb(47,24,236); }
H1.HeaderClassName
{
color: #2F18EC;
}
.AnyTagClassName
{
color: #2F18EC;
}
</style>
background-color css
<style>
a { background-color: #2F18EC; }
a { background-color: rgb(47,24,236); }
div.DivClassName
{
background-color: #2F18EC;
}
.BgClassName
{
background-color: #2F18EC;
}
</style>
border-color css
<style>
span { border-color: #2F18EC; }
span { border-color: rgb(47,24,236); }
td.TdClassName
{
border-color: #2F18EC;
}
.TagClassName
{
border-color: #2F18EC;
}
</style>