Shades of Han Purple #2F1DDB
Tints of Han Purple #2F1DDB
RGB
CMYK
RGB Variations
Color information
#2F1DDB (or 0x2F1DDB) is known color: Han Purple. HEX triplet: 2F, 1D and DB. RGB value is (47,29,219). Sum of RGB (Red+Green+Blue) = 47+29+219=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F1DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F1DDB is #D0E224. Grayscale: #373737. Windows color (decimal): -13689381 or 14359855. OLE color: 14359855.
HSL color Cylindrical-coordinate representation of color #2F1DDB: hue angle of 245.68º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F1DDB is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 47 | 29 | 219 | - |
CMYK | 0.79 | 0.87 | 0 | 0.14 |
HSL | 245.68º | 0.77% | 0.49% | - |
HSV(B) | 245.68º | 0.87% | 0.86% | - |
XYZ | 14.4 | 6.6 | 67.53 | - |
YUV | 56.04 | 219.96 | 121.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 29 | 219 | 0.79 | 0.87 | 0 | 0.14 | 245.68 | 0.77 | 0.49 |
Hex | 2F | 1D | DB | 4F | 57 | 0 | E | F6 | 4D | 31 |
Octal | 57 | 35 | 333 | 117 | 127 | 0 | 16 | 366 | 115 | 61 |
Binary | 101111 | 11101 | 11011011 | 1001111 | 1010111 | 0 | 1110 | 11110110 | 1001101 | 110001 |
Color Harmonies of #2F1DDB
Complementary color
Monochromatic Colors of #2F1DDB
Black with #2F1DDB
Text Example
Text Example
White with #2F1DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1DDB; }
p { color: rgb(47,29,219); }
H1.HeaderClassName
{
color: #2F1DDB;
}
.AnyTagClassName
{
color: #2F1DDB;
}
</style>
background-color css
<style>
a { background-color: #2F1DDB; }
a { background-color: rgb(47,29,219); }
div.DivClassName
{
background-color: #2F1DDB;
}
.BgClassName
{
background-color: #2F1DDB;
}
</style>
border-color css
<style>
span { border-color: #2F1DDB; }
span { border-color: rgb(47,29,219); }
td.TdClassName
{
border-color: #2F1DDB;
}
.TagClassName
{
border-color: #2F1DDB;
}
</style>