Shades of Han Purple #2F06DD
Tints of Han Purple #2F06DD
RGB
CMYK
RGB Variations
Color information
#2F06DD (or 0x2F06DD) is known color: Han Purple. HEX triplet: 2F, 06 and DD. RGB value is (47,6,221). Sum of RGB (Red+Green+Blue) = 47+6+221=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 221 (86.72% from 255 or 80.66% from 274); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F06DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F06DD is #D0F922. Grayscale: #292929. Windows color (decimal): -13695267 or 14485039. OLE color: 14485039.
HSL color Cylindrical-coordinate representation of color #2F06DD: hue angle of 251.44º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F06DD is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 6 | 221 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.13 |
| HSL | 251.44º | 0.95% | 0.45% | - |
| HSV(B) | 251.44º | 0.97% | 0.87% | - |
| XYZ | 14.29 | 5.96 | 68.8 | - |
| YUV | 42.77 | 228.58 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 6 | 221 | 0.79 | 0.97 | 0 | 0.13 | 251.44 | 0.95 | 0.45 |
| Hex | 2F | 6 | DD | 4F | 61 | 0 | D | FB | 5F | 2D |
| Octal | 57 | 6 | 335 | 117 | 141 | 0 | 15 | 373 | 137 | 55 |
| Binary | 101111 | 110 | 11011101 | 1001111 | 1100001 | 0 | 1101 | 11111011 | 1011111 | 101101 |
Color Harmonies of #2F06DD
Complementary color
Monochromatic Colors of #2F06DD
Black with #2F06DD
Text Example
Text Example
White with #2F06DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F06DD; }
p { color: rgb(47,6,221); }
H1.HeaderClassName
{
color: #2F06DD;
}
.AnyTagClassName
{
color: #2F06DD;
}
</style>
background-color css
<style>
a { background-color: #2F06DD; }
a { background-color: rgb(47,6,221); }
div.DivClassName
{
background-color: #2F06DD;
}
.BgClassName
{
background-color: #2F06DD;
}
</style>
border-color css
<style>
span { border-color: #2F06DD; }
span { border-color: rgb(47,6,221); }
td.TdClassName
{
border-color: #2F06DD;
}
.TagClassName
{
border-color: #2F06DD;
}
</style>