Shades of Han Purple #2F1BDE
Tints of Han Purple #2F1BDE
RGB
CMYK
RGB Variations
Color information
#2F1BDE (or 0x2F1BDE) is known color: Han Purple. HEX triplet: 2F, 1B and DE. RGB value is (47,27,222). Sum of RGB (Red+Green+Blue) = 47+27+222=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 222 (87.11% from 255 or 75% from 296); Max value from RGB is 222 - color contains mainly: blue. Hex color #2F1BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F1BDE is #D0E421. Grayscale: #363636. Windows color (decimal): -13689890 or 14555951. OLE color: 14555951.
HSL color Cylindrical-coordinate representation of color #2F1BDE: hue angle of 246.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F1BDE is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 27 | 222 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.13 |
| HSL | 246.15º | 0.78% | 0.49% | - |
| HSV(B) | 246.15º | 0.88% | 0.87% | - |
| XYZ | 14.75 | 6.66 | 69.62 | - |
| YUV | 55.21 | 222.13 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 27 | 222 | 0.79 | 0.88 | 0 | 0.13 | 246.15 | 0.78 | 0.49 |
| Hex | 2F | 1B | DE | 4F | 58 | 0 | D | F6 | 4E | 31 |
| Octal | 57 | 33 | 336 | 117 | 130 | 0 | 15 | 366 | 116 | 61 |
| Binary | 101111 | 11011 | 11011110 | 1001111 | 1011000 | 0 | 1101 | 11110110 | 1001110 | 110001 |
Color Harmonies of #2F1BDE
Complementary color
Monochromatic Colors of #2F1BDE
Black with #2F1BDE
Text Example
Text Example
White with #2F1BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1BDE; }
p { color: rgb(47,27,222); }
H1.HeaderClassName
{
color: #2F1BDE;
}
.AnyTagClassName
{
color: #2F1BDE;
}
</style>
background-color css
<style>
a { background-color: #2F1BDE; }
a { background-color: rgb(47,27,222); }
div.DivClassName
{
background-color: #2F1BDE;
}
.BgClassName
{
background-color: #2F1BDE;
}
</style>
border-color css
<style>
span { border-color: #2F1BDE; }
span { border-color: rgb(47,27,222); }
td.TdClassName
{
border-color: #2F1BDE;
}
.TagClassName
{
border-color: #2F1BDE;
}
</style>