Shades of Han Purple #2F03EF
Tints of Han Purple #2F03EF
RGB
CMYK
RGB Variations
Color information
#2F03EF (or 0x2F03EF) is known color: Han Purple. HEX triplet: 2F, 03 and EF. RGB value is (47,3,239). Sum of RGB (Red+Green+Blue) = 47+3+239=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 239 (93.75% from 255 or 82.70% from 289); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F03EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F03EF is #D0FC10. Grayscale: #2A2A2A. Windows color (decimal): -13696017 or 15663919. OLE color: 15663919.
HSL color Cylindrical-coordinate representation of color #2F03EF: hue angle of 251.19º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F03EF is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 3 | 239 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.06 |
| HSL | 251.19º | 0.98% | 0.47% | - |
| HSV(B) | 251.19º | 0.99% | 0.94% | - |
| XYZ | 16.78 | 6.9 | 82.11 | - |
| YUV | 43.06 | 238.58 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 239 | 0.80 | 0.99 | 0 | 0.06 | 251.19 | 0.98 | 0.47 |
| Hex | 2F | 3 | EF | 50 | 63 | 0 | 6 | FB | 62 | 2F |
| Octal | 57 | 3 | 357 | 120 | 143 | 0 | 6 | 373 | 142 | 57 |
| Binary | 101111 | 11 | 11101111 | 1010000 | 1100011 | 0 | 110 | 11111011 | 1100010 | 101111 |
Color Harmonies of #2F03EF
Complementary color
Monochromatic Colors of #2F03EF
Black with #2F03EF
Text Example
Text Example
White with #2F03EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F03EF; }
p { color: rgb(47,3,239); }
H1.HeaderClassName
{
color: #2F03EF;
}
.AnyTagClassName
{
color: #2F03EF;
}
</style>
background-color css
<style>
a { background-color: #2F03EF; }
a { background-color: rgb(47,3,239); }
div.DivClassName
{
background-color: #2F03EF;
}
.BgClassName
{
background-color: #2F03EF;
}
</style>
border-color css
<style>
span { border-color: #2F03EF; }
span { border-color: rgb(47,3,239); }
td.TdClassName
{
border-color: #2F03EF;
}
.TagClassName
{
border-color: #2F03EF;
}
</style>