Shades of Han Purple #2F06DC
Tints of Han Purple #2F06DC
RGB
CMYK
RGB Variations
Color information
#2F06DC (or 0x2F06DC) is known color: Han Purple. HEX triplet: 2F, 06 and DC. RGB value is (47,6,220). Sum of RGB (Red+Green+Blue) = 47+6+220=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 220 (86.33% from 255 or 80.59% from 273); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F06DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F06DC is #D0F923. Grayscale: #292929. Windows color (decimal): -13695268 or 14419503. OLE color: 14419503.
HSL color Cylindrical-coordinate representation of color #2F06DC: hue angle of 251.5º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F06DC is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 6 | 220 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.14 |
| HSL | 251.5º | 0.95% | 0.44% | - |
| HSV(B) | 251.5º | 0.97% | 0.86% | - |
| XYZ | 14.16 | 5.9 | 68.1 | - |
| YUV | 42.66 | 228.08 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 6 | 220 | 0.79 | 0.97 | 0 | 0.14 | 251.5 | 0.95 | 0.44 |
| Hex | 2F | 6 | DC | 4F | 61 | 0 | E | FB | 5F | 2C |
| Octal | 57 | 6 | 334 | 117 | 141 | 0 | 16 | 373 | 137 | 54 |
| Binary | 101111 | 110 | 11011100 | 1001111 | 1100001 | 0 | 1110 | 11111011 | 1011111 | 101100 |
Color Harmonies of #2F06DC
Complementary color
Monochromatic Colors of #2F06DC
Black with #2F06DC
Text Example
Text Example
White with #2F06DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F06DC; }
p { color: rgb(47,6,220); }
H1.HeaderClassName
{
color: #2F06DC;
}
.AnyTagClassName
{
color: #2F06DC;
}
</style>
background-color css
<style>
a { background-color: #2F06DC; }
a { background-color: rgb(47,6,220); }
div.DivClassName
{
background-color: #2F06DC;
}
.BgClassName
{
background-color: #2F06DC;
}
</style>
border-color css
<style>
span { border-color: #2F06DC; }
span { border-color: rgb(47,6,220); }
td.TdClassName
{
border-color: #2F06DC;
}
.TagClassName
{
border-color: #2F06DC;
}
</style>