Shades of Han Purple #2F19EE
Tints of Han Purple #2F19EE
RGB
CMYK
RGB Variations
Color information
#2F19EE (or 0x2F19EE) is known color: Han Purple. HEX triplet: 2F, 19 and EE. RGB value is (47,25,238). Sum of RGB (Red+Green+Blue) = 47+25+238=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 238 (93.36% from 255 or 76.77% from 310); Max value from RGB is 238 - color contains mainly: blue. Hex color #2F19EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F19EE is #D0E611. Grayscale: #373737. Windows color (decimal): -13690386 or 15604015. OLE color: 15604015.
HSL color Cylindrical-coordinate representation of color #2F19EE: hue angle of 246.2º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F19EE is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 25 | 238 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.07 |
| HSL | 246.2º | 0.86% | 0.52% | - |
| HSV(B) | 246.2º | 0.89% | 0.93% | - |
| XYZ | 16.95 | 7.47 | 81.44 | - |
| YUV | 55.86 | 230.79 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 238 | 0.80 | 0.89 | 0 | 0.07 | 246.2 | 0.86 | 0.52 |
| Hex | 2F | 19 | EE | 50 | 59 | 0 | 7 | F6 | 56 | 34 |
| Octal | 57 | 31 | 356 | 120 | 131 | 0 | 7 | 366 | 126 | 64 |
| Binary | 101111 | 11001 | 11101110 | 1010000 | 1011001 | 0 | 111 | 11110110 | 1010110 | 110100 |
Color Harmonies of #2F19EE
Complementary color
Monochromatic Colors of #2F19EE
Black with #2F19EE
Text Example
Text Example
White with #2F19EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F19EE; }
p { color: rgb(47,25,238); }
H1.HeaderClassName
{
color: #2F19EE;
}
.AnyTagClassName
{
color: #2F19EE;
}
</style>
background-color css
<style>
a { background-color: #2F19EE; }
a { background-color: rgb(47,25,238); }
div.DivClassName
{
background-color: #2F19EE;
}
.BgClassName
{
background-color: #2F19EE;
}
</style>
border-color css
<style>
span { border-color: #2F19EE; }
span { border-color: rgb(47,25,238); }
td.TdClassName
{
border-color: #2F19EE;
}
.TagClassName
{
border-color: #2F19EE;
}
</style>