Shades of Han Purple #2F02EE
Tints of Han Purple #2F02EE
RGB
CMYK
RGB Variations
Color information
#2F02EE (or 0x2F02EE) is known color: Han Purple. HEX triplet: 2F, 02 and EE. RGB value is (47,2,238). Sum of RGB (Red+Green+Blue) = 47+2+238=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 238 (93.36% from 255 or 82.93% from 287); Max value from RGB is 238 - color contains mainly: blue. Hex color #2F02EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F02EE is #D0FD11. Grayscale: #292929. Windows color (decimal): -13696274 or 15598127. OLE color: 15598127.
HSL color Cylindrical-coordinate representation of color #2F02EE: hue angle of 251.44º 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 #2F02EE is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 2 | 238 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.07 |
| HSL | 251.44º | 0.98% | 0.47% | - |
| HSV(B) | 251.44º | 0.99% | 0.93% | - |
| XYZ | 16.63 | 6.82 | 81.33 | - |
| YUV | 42.36 | 238.41 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 238 | 0.80 | 0.99 | 0 | 0.07 | 251.44 | 0.98 | 0.47 |
| Hex | 2F | 2 | EE | 50 | 63 | 0 | 7 | FB | 62 | 2F |
| Octal | 57 | 2 | 356 | 120 | 143 | 0 | 7 | 373 | 142 | 57 |
| Binary | 101111 | 10 | 11101110 | 1010000 | 1100011 | 0 | 111 | 11111011 | 1100010 | 101111 |
Color Harmonies of #2F02EE
Complementary color
Monochromatic Colors of #2F02EE
Black with #2F02EE
Text Example
Text Example
White with #2F02EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F02EE; }
p { color: rgb(47,2,238); }
H1.HeaderClassName
{
color: #2F02EE;
}
.AnyTagClassName
{
color: #2F02EE;
}
</style>
background-color css
<style>
a { background-color: #2F02EE; }
a { background-color: rgb(47,2,238); }
div.DivClassName
{
background-color: #2F02EE;
}
.BgClassName
{
background-color: #2F02EE;
}
</style>
border-color css
<style>
span { border-color: #2F02EE; }
span { border-color: rgb(47,2,238); }
td.TdClassName
{
border-color: #2F02EE;
}
.TagClassName
{
border-color: #2F02EE;
}
</style>