Shades of Han Purple #2F03EE
Tints of Han Purple #2F03EE
RGB
CMYK
RGB Variations
Color information
#2F03EE (or 0x2F03EE) is known color: Han Purple. HEX triplet: 2F, 03 and EE. RGB value is (47,3,238). Sum of RGB (Red+Green+Blue) = 47+3+238=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 238 (93.36% from 255 or 82.64% from 288); Max value from RGB is 238 - color contains mainly: blue. Hex color #2F03EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F03EE is #D0FC11. Grayscale: #2A2A2A. Windows color (decimal): -13696018 or 15598383. OLE color: 15598383.
HSL color Cylindrical-coordinate representation of color #2F03EE: hue angle of 251.23º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F03EE is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 3 | 238 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.07 |
| HSL | 251.23º | 0.98% | 0.47% | - |
| HSV(B) | 251.23º | 0.99% | 0.93% | - |
| XYZ | 16.64 | 6.84 | 81.33 | - |
| YUV | 42.95 | 238.08 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 238 | 0.80 | 0.99 | 0 | 0.07 | 251.23 | 0.98 | 0.47 |
| Hex | 2F | 3 | EE | 50 | 63 | 0 | 7 | FB | 62 | 2F |
| Octal | 57 | 3 | 356 | 120 | 143 | 0 | 7 | 373 | 142 | 57 |
| Binary | 101111 | 11 | 11101110 | 1010000 | 1100011 | 0 | 111 | 11111011 | 1100010 | 101111 |
Color Harmonies of #2F03EE
Complementary color
Monochromatic Colors of #2F03EE
Black with #2F03EE
Text Example
Text Example
White with #2F03EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F03EE; }
p { color: rgb(47,3,238); }
H1.HeaderClassName
{
color: #2F03EE;
}
.AnyTagClassName
{
color: #2F03EE;
}
</style>
background-color css
<style>
a { background-color: #2F03EE; }
a { background-color: rgb(47,3,238); }
div.DivClassName
{
background-color: #2F03EE;
}
.BgClassName
{
background-color: #2F03EE;
}
</style>
border-color css
<style>
span { border-color: #2F03EE; }
span { border-color: rgb(47,3,238); }
td.TdClassName
{
border-color: #2F03EE;
}
.TagClassName
{
border-color: #2F03EE;
}
</style>