Shades of Han Purple #2F20EF
Tints of Han Purple #2F20EF
RGB
CMYK
RGB Variations
Color information
#2F20EF (or 0x2F20EF) is known color: Han Purple. HEX triplet: 2F, 20 and EF. RGB value is (47,32,239). Sum of RGB (Red+Green+Blue) = 47+32+239=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 239 (93.75% from 255 or 75.16% from 318); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F20EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F20EF is #D0DF10. Grayscale: #3B3B3B. Windows color (decimal): -13688593 or 15671343. OLE color: 15671343.
HSL color Cylindrical-coordinate representation of color #2F20EF: hue angle of 244.35º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F20EF is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 32 | 239 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.06 |
| HSL | 244.35º | 0.87% | 0.53% | - |
| HSV(B) | 244.35º | 0.87% | 0.94% | - |
| XYZ | 17.27 | 7.87 | 82.27 | - |
| YUV | 60.08 | 228.97 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 239 | 0.80 | 0.87 | 0 | 0.06 | 244.35 | 0.87 | 0.53 |
| Hex | 2F | 20 | EF | 50 | 57 | 0 | 6 | F4 | 57 | 35 |
| Octal | 57 | 40 | 357 | 120 | 127 | 0 | 6 | 364 | 127 | 65 |
| Binary | 101111 | 100000 | 11101111 | 1010000 | 1010111 | 0 | 110 | 11110100 | 1010111 | 110101 |
Color Harmonies of #2F20EF
Complementary color
Monochromatic Colors of #2F20EF
Black with #2F20EF
Text Example
Text Example
White with #2F20EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F20EF; }
p { color: rgb(47,32,239); }
H1.HeaderClassName
{
color: #2F20EF;
}
.AnyTagClassName
{
color: #2F20EF;
}
</style>
background-color css
<style>
a { background-color: #2F20EF; }
a { background-color: rgb(47,32,239); }
div.DivClassName
{
background-color: #2F20EF;
}
.BgClassName
{
background-color: #2F20EF;
}
</style>
border-color css
<style>
span { border-color: #2F20EF; }
span { border-color: rgb(47,32,239); }
td.TdClassName
{
border-color: #2F20EF;
}
.TagClassName
{
border-color: #2F20EF;
}
</style>