Shades of Han Purple #2F18FA
Tints of Han Purple #2F18FA
RGB
CMYK
RGB Variations
Color information
#2F18FA (or 0x2F18FA) is known color: Han Purple. HEX triplet: 2F, 18 and FA. RGB value is (47,24,250). Sum of RGB (Red+Green+Blue) = 47+24+250=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 250 (98.05% from 255 or 77.88% from 321); Max value from RGB is 250 - color contains mainly: blue. Hex color #2F18FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F18FA is #D0E705. Grayscale: #373737. Windows color (decimal): -13690630 or 16390191. OLE color: 16390191.
HSL color Cylindrical-coordinate representation of color #2F18FA: hue angle of 246.11º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F18FA is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 24 | 250 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.02 |
| HSL | 246.11º | 0.96% | 0.54% | - |
| HSV(B) | 246.11º | 0.9% | 0.98% | - |
| XYZ | 18.75 | 8.16 | 91.03 | - |
| YUV | 56.64 | 237.12 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 250 | 0.81 | 0.90 | 0 | 0.02 | 246.11 | 0.96 | 0.54 |
| Hex | 2F | 18 | FA | 51 | 5A | 0 | 2 | F6 | 60 | 36 |
| Octal | 57 | 30 | 372 | 121 | 132 | 0 | 2 | 366 | 140 | 66 |
| Binary | 101111 | 11000 | 11111010 | 1010001 | 1011010 | 0 | 10 | 11110110 | 1100000 | 110110 |
Color Harmonies of #2F18FA
Complementary color
Monochromatic Colors of #2F18FA
Black with #2F18FA
Text Example
Text Example
White with #2F18FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F18FA; }
p { color: rgb(47,24,250); }
H1.HeaderClassName
{
color: #2F18FA;
}
.AnyTagClassName
{
color: #2F18FA;
}
</style>
background-color css
<style>
a { background-color: #2F18FA; }
a { background-color: rgb(47,24,250); }
div.DivClassName
{
background-color: #2F18FA;
}
.BgClassName
{
background-color: #2F18FA;
}
</style>
border-color css
<style>
span { border-color: #2F18FA; }
span { border-color: rgb(47,24,250); }
td.TdClassName
{
border-color: #2F18FA;
}
.TagClassName
{
border-color: #2F18FA;
}
</style>