Shades of Han Purple #2F18DA
Tints of Han Purple #2F18DA
RGB
CMYK
RGB Variations
Color information
#2F18DA (or 0x2F18DA) is known color: Han Purple. HEX triplet: 2F, 18 and DA. RGB value is (47,24,218). Sum of RGB (Red+Green+Blue) = 47+24+218=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 218 (85.55% from 255 or 75.43% from 289); Max value from RGB is 218 - color contains mainly: blue. Hex color #2F18DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F18DA is #D0E725. Grayscale: #343434. Windows color (decimal): -13690662 or 14293039. OLE color: 14293039.
HSL color Cylindrical-coordinate representation of color #2F18DA: hue angle of 247.11º 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 #2F18DA is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 24 | 218 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.15 |
| HSL | 247.11º | 0.8% | 0.47% | - |
| HSV(B) | 247.11º | 0.89% | 0.85% | - |
| XYZ | 14.15 | 6.32 | 66.8 | - |
| YUV | 52.99 | 221.12 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 218 | 0.78 | 0.89 | 0 | 0.15 | 247.11 | 0.8 | 0.47 |
| Hex | 2F | 18 | DA | 4E | 59 | 0 | F | F7 | 50 | 2F |
| Octal | 57 | 30 | 332 | 116 | 131 | 0 | 17 | 367 | 120 | 57 |
| Binary | 101111 | 11000 | 11011010 | 1001110 | 1011001 | 0 | 1111 | 11110111 | 1010000 | 101111 |
Color Harmonies of #2F18DA
Complementary color
Monochromatic Colors of #2F18DA
Black with #2F18DA
Text Example
Text Example
White with #2F18DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F18DA; }
p { color: rgb(47,24,218); }
H1.HeaderClassName
{
color: #2F18DA;
}
.AnyTagClassName
{
color: #2F18DA;
}
</style>
background-color css
<style>
a { background-color: #2F18DA; }
a { background-color: rgb(47,24,218); }
div.DivClassName
{
background-color: #2F18DA;
}
.BgClassName
{
background-color: #2F18DA;
}
</style>
border-color css
<style>
span { border-color: #2F18DA; }
span { border-color: rgb(47,24,218); }
td.TdClassName
{
border-color: #2F18DA;
}
.TagClassName
{
border-color: #2F18DA;
}
</style>