Shades of Han Purple #2F1CEF
Tints of Han Purple #2F1CEF
RGB
CMYK
RGB Variations
Color information
#2F1CEF (or 0x2F1CEF) is known color: Han Purple. HEX triplet: 2F, 1C and EF. RGB value is (47,28,239). Sum of RGB (Red+Green+Blue) = 47+28+239=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 239 (93.75% from 255 or 76.11% from 314); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F1CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1CEF is #D0E310. Grayscale: #383838. Windows color (decimal): -13689617 or 15670319. OLE color: 15670319.
HSL color Cylindrical-coordinate representation of color #2F1CEF: hue angle of 245.4º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F1CEF is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 28 | 239 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.06 |
| HSL | 245.4º | 0.87% | 0.52% | - |
| HSV(B) | 245.4º | 0.88% | 0.94% | - |
| XYZ | 17.17 | 7.67 | 82.24 | - |
| YUV | 57.74 | 230.29 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 28 | 239 | 0.80 | 0.88 | 0 | 0.06 | 245.4 | 0.87 | 0.52 |
| Hex | 2F | 1C | EF | 50 | 58 | 0 | 6 | F5 | 57 | 34 |
| Octal | 57 | 34 | 357 | 120 | 130 | 0 | 6 | 365 | 127 | 64 |
| Binary | 101111 | 11100 | 11101111 | 1010000 | 1011000 | 0 | 110 | 11110101 | 1010111 | 110100 |
Color Harmonies of #2F1CEF
Complementary color
Monochromatic Colors of #2F1CEF
Black with #2F1CEF
Text Example
Text Example
White with #2F1CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1CEF; }
p { color: rgb(47,28,239); }
H1.HeaderClassName
{
color: #2F1CEF;
}
.AnyTagClassName
{
color: #2F1CEF;
}
</style>
background-color css
<style>
a { background-color: #2F1CEF; }
a { background-color: rgb(47,28,239); }
div.DivClassName
{
background-color: #2F1CEF;
}
.BgClassName
{
background-color: #2F1CEF;
}
</style>
border-color css
<style>
span { border-color: #2F1CEF; }
span { border-color: rgb(47,28,239); }
td.TdClassName
{
border-color: #2F1CEF;
}
.TagClassName
{
border-color: #2F1CEF;
}
</style>