Shades of Han Purple #2F1BDF
Tints of Han Purple #2F1BDF
RGB
CMYK
RGB Variations
Color information
#2F1BDF (or 0x2F1BDF) is known color: Han Purple. HEX triplet: 2F, 1B and DF. RGB value is (47,27,223). Sum of RGB (Red+Green+Blue) = 47+27+223=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #2F1BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F1BDF is #D0E420. Grayscale: #363636. Windows color (decimal): -13689889 or 14621487. OLE color: 14621487.
HSL color Cylindrical-coordinate representation of color #2F1BDF: hue angle of 246.12º 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 #2F1BDF is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 27 | 223 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.13 |
| HSL | 246.12º | 0.78% | 0.49% | - |
| HSV(B) | 246.12º | 0.88% | 0.87% | - |
| XYZ | 14.88 | 6.72 | 70.32 | - |
| YUV | 55.32 | 222.63 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 27 | 223 | 0.79 | 0.88 | 0 | 0.13 | 246.12 | 0.78 | 0.49 |
| Hex | 2F | 1B | DF | 4F | 58 | 0 | D | F6 | 4E | 31 |
| Octal | 57 | 33 | 337 | 117 | 130 | 0 | 15 | 366 | 116 | 61 |
| Binary | 101111 | 11011 | 11011111 | 1001111 | 1011000 | 0 | 1101 | 11110110 | 1001110 | 110001 |
Color Harmonies of #2F1BDF
Complementary color
Monochromatic Colors of #2F1BDF
Black with #2F1BDF
Text Example
Text Example
White with #2F1BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1BDF; }
p { color: rgb(47,27,223); }
H1.HeaderClassName
{
color: #2F1BDF;
}
.AnyTagClassName
{
color: #2F1BDF;
}
</style>
background-color css
<style>
a { background-color: #2F1BDF; }
a { background-color: rgb(47,27,223); }
div.DivClassName
{
background-color: #2F1BDF;
}
.BgClassName
{
background-color: #2F1BDF;
}
</style>
border-color css
<style>
span { border-color: #2F1BDF; }
span { border-color: rgb(47,27,223); }
td.TdClassName
{
border-color: #2F1BDF;
}
.TagClassName
{
border-color: #2F1BDF;
}
</style>