Shades of Han Purple #2F18D8
Tints of Han Purple #2F18D8
RGB
CMYK
RGB Variations
Color information
#2F18D8 (or 0x2F18D8) is known color: Han Purple. HEX triplet: 2F, 18 and D8. RGB value is (47,24,216). Sum of RGB (Red+Green+Blue) = 47+24+216=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 216 (84.77% from 255 or 75.26% from 287); Max value from RGB is 216 - color contains mainly: blue. Hex color #2F18D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F18D8 is #D0E727. Grayscale: #343434. Windows color (decimal): -13690664 or 14161967. OLE color: 14161967.
HSL color Cylindrical-coordinate representation of color #2F18D8: hue angle of 247.19º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F18D8 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 24 | 216 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.15 |
| HSL | 247.19º | 0.8% | 0.47% | - |
| HSV(B) | 247.19º | 0.89% | 0.85% | - |
| XYZ | 13.89 | 6.22 | 65.43 | - |
| YUV | 52.77 | 220.12 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 216 | 0.78 | 0.89 | 0 | 0.15 | 247.19 | 0.8 | 0.47 |
| Hex | 2F | 18 | D8 | 4E | 59 | 0 | F | F7 | 50 | 2F |
| Octal | 57 | 30 | 330 | 116 | 131 | 0 | 17 | 367 | 120 | 57 |
| Binary | 101111 | 11000 | 11011000 | 1001110 | 1011001 | 0 | 1111 | 11110111 | 1010000 | 101111 |
Color Harmonies of #2F18D8
Complementary color
Monochromatic Colors of #2F18D8
Black with #2F18D8
Text Example
Text Example
White with #2F18D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F18D8; }
p { color: rgb(47,24,216); }
H1.HeaderClassName
{
color: #2F18D8;
}
.AnyTagClassName
{
color: #2F18D8;
}
</style>
background-color css
<style>
a { background-color: #2F18D8; }
a { background-color: rgb(47,24,216); }
div.DivClassName
{
background-color: #2F18D8;
}
.BgClassName
{
background-color: #2F18D8;
}
</style>
border-color css
<style>
span { border-color: #2F18D8; }
span { border-color: rgb(47,24,216); }
td.TdClassName
{
border-color: #2F18D8;
}
.TagClassName
{
border-color: #2F18D8;
}
</style>