Shades of Han Purple #2F18D5
Tints of Han Purple #2F18D5
RGB
CMYK
RGB Variations
Color information
#2F18D5 (or 0x2F18D5) is known color: Han Purple. HEX triplet: 2F, 18 and D5. RGB value is (47,24,213). Sum of RGB (Red+Green+Blue) = 47+24+213=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 213 (83.59% from 255 or 75% from 284); Max value from RGB is 213 - color contains mainly: blue. Hex color #2F18D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F18D5 is #D0E72A. Grayscale: #333333. Windows color (decimal): -13690667 or 13965359. OLE color: 13965359.
HSL color Cylindrical-coordinate representation of color #2F18D5: hue angle of 247.3º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F18D5 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 24 | 213 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.16 |
| HSL | 247.3º | 0.8% | 0.46% | - |
| HSV(B) | 247.3º | 0.89% | 0.84% | - |
| XYZ | 13.51 | 6.06 | 63.41 | - |
| YUV | 52.42 | 218.62 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 213 | 0.78 | 0.89 | 0 | 0.16 | 247.3 | 0.8 | 0.46 |
| Hex | 2F | 18 | D5 | 4E | 59 | 0 | 10 | F7 | 50 | 2E |
| Octal | 57 | 30 | 325 | 116 | 131 | 0 | 20 | 367 | 120 | 56 |
| Binary | 101111 | 11000 | 11010101 | 1001110 | 1011001 | 0 | 10000 | 11110111 | 1010000 | 101110 |
Color Harmonies of #2F18D5
Complementary color
Monochromatic Colors of #2F18D5
Black with #2F18D5
Text Example
Text Example
White with #2F18D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F18D5; }
p { color: rgb(47,24,213); }
H1.HeaderClassName
{
color: #2F18D5;
}
.AnyTagClassName
{
color: #2F18D5;
}
</style>
background-color css
<style>
a { background-color: #2F18D5; }
a { background-color: rgb(47,24,213); }
div.DivClassName
{
background-color: #2F18D5;
}
.BgClassName
{
background-color: #2F18D5;
}
</style>
border-color css
<style>
span { border-color: #2F18D5; }
span { border-color: rgb(47,24,213); }
td.TdClassName
{
border-color: #2F18D5;
}
.TagClassName
{
border-color: #2F18D5;
}
</style>