Shades of Han Purple #2F17EE
Tints of Han Purple #2F17EE
RGB
CMYK
RGB Variations
Color information
#2F17EE (or 0x2F17EE) is known color: Han Purple. HEX triplet: 2F, 17 and EE. RGB value is (47,23,238). Sum of RGB (Red+Green+Blue) = 47+23+238=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 238 (93.36% from 255 or 77.27% from 308); Max value from RGB is 238 - color contains mainly: blue. Hex color #2F17EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F17EE is #D0E811. Grayscale: #353535. Windows color (decimal): -13690898 or 15603503. OLE color: 15603503.
HSL color Cylindrical-coordinate representation of color #2F17EE: hue angle of 246.7º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F17EE is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 23 | 238 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.07 |
| HSL | 246.7º | 0.86% | 0.51% | - |
| HSV(B) | 246.7º | 0.9% | 0.93% | - |
| XYZ | 16.91 | 7.39 | 81.42 | - |
| YUV | 54.69 | 231.45 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 23 | 238 | 0.80 | 0.90 | 0 | 0.07 | 246.7 | 0.86 | 0.51 |
| Hex | 2F | 17 | EE | 50 | 5A | 0 | 7 | F7 | 56 | 33 |
| Octal | 57 | 27 | 356 | 120 | 132 | 0 | 7 | 367 | 126 | 63 |
| Binary | 101111 | 10111 | 11101110 | 1010000 | 1011010 | 0 | 111 | 11110111 | 1010110 | 110011 |
Color Harmonies of #2F17EE
Complementary color
Monochromatic Colors of #2F17EE
Black with #2F17EE
Text Example
Text Example
White with #2F17EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F17EE; }
p { color: rgb(47,23,238); }
H1.HeaderClassName
{
color: #2F17EE;
}
.AnyTagClassName
{
color: #2F17EE;
}
</style>
background-color css
<style>
a { background-color: #2F17EE; }
a { background-color: rgb(47,23,238); }
div.DivClassName
{
background-color: #2F17EE;
}
.BgClassName
{
background-color: #2F17EE;
}
</style>
border-color css
<style>
span { border-color: #2F17EE; }
span { border-color: rgb(47,23,238); }
td.TdClassName
{
border-color: #2F17EE;
}
.TagClassName
{
border-color: #2F17EE;
}
</style>