Shades of Han Purple #2F1BDA
Tints of Han Purple #2F1BDA
RGB
CMYK
RGB Variations
Color information
#2F1BDA (or 0x2F1BDA) is known color: Han Purple. HEX triplet: 2F, 1B and DA. RGB value is (47,27,218). Sum of RGB (Red+Green+Blue) = 47+27+218=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 218 (85.55% from 255 or 74.66% from 292); Max value from RGB is 218 - color contains mainly: blue. Hex color #2F1BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F1BDA is #D0E425. Grayscale: #363636. Windows color (decimal): -13689894 or 14293807. OLE color: 14293807.
HSL color Cylindrical-coordinate representation of color #2F1BDA: hue angle of 246.28º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F1BDA is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 27 | 218 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.15 |
| HSL | 246.28º | 0.78% | 0.48% | - |
| HSV(B) | 246.28º | 0.88% | 0.85% | - |
| XYZ | 14.22 | 6.45 | 66.83 | - |
| YUV | 54.75 | 220.13 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 27 | 218 | 0.78 | 0.88 | 0 | 0.15 | 246.28 | 0.78 | 0.48 |
| Hex | 2F | 1B | DA | 4E | 58 | 0 | F | F6 | 4E | 30 |
| Octal | 57 | 33 | 332 | 116 | 130 | 0 | 17 | 366 | 116 | 60 |
| Binary | 101111 | 11011 | 11011010 | 1001110 | 1011000 | 0 | 1111 | 11110110 | 1001110 | 110000 |
Color Harmonies of #2F1BDA
Complementary color
Monochromatic Colors of #2F1BDA
Black with #2F1BDA
Text Example
Text Example
White with #2F1BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1BDA; }
p { color: rgb(47,27,218); }
H1.HeaderClassName
{
color: #2F1BDA;
}
.AnyTagClassName
{
color: #2F1BDA;
}
</style>
background-color css
<style>
a { background-color: #2F1BDA; }
a { background-color: rgb(47,27,218); }
div.DivClassName
{
background-color: #2F1BDA;
}
.BgClassName
{
background-color: #2F1BDA;
}
</style>
border-color css
<style>
span { border-color: #2F1BDA; }
span { border-color: rgb(47,27,218); }
td.TdClassName
{
border-color: #2F1BDA;
}
.TagClassName
{
border-color: #2F1BDA;
}
</style>