Shades of Han Purple #2F07DC
Tints of Han Purple #2F07DC
RGB
CMYK
RGB Variations
Color information
#2F07DC (or 0x2F07DC) is known color: Han Purple. HEX triplet: 2F, 07 and DC. RGB value is (47,7,220). Sum of RGB (Red+Green+Blue) = 47+7+220=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F07DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F07DC is #D0F823. Grayscale: #2A2A2A. Windows color (decimal): -13695012 or 14419759. OLE color: 14419759.
HSL color Cylindrical-coordinate representation of color #2F07DC: hue angle of 251.27º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F07DC is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 7 | 220 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.14 |
| HSL | 251.27º | 0.94% | 0.45% | - |
| HSV(B) | 251.27º | 0.97% | 0.86% | - |
| XYZ | 14.17 | 5.92 | 68.11 | - |
| YUV | 43.24 | 227.75 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 220 | 0.79 | 0.97 | 0 | 0.14 | 251.27 | 0.94 | 0.45 |
| Hex | 2F | 7 | DC | 4F | 61 | 0 | E | FB | 5E | 2D |
| Octal | 57 | 7 | 334 | 117 | 141 | 0 | 16 | 373 | 136 | 55 |
| Binary | 101111 | 111 | 11011100 | 1001111 | 1100001 | 0 | 1110 | 11111011 | 1011110 | 101101 |
Color Harmonies of #2F07DC
Complementary color
Monochromatic Colors of #2F07DC
Black with #2F07DC
Text Example
Text Example
White with #2F07DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F07DC; }
p { color: rgb(47,7,220); }
H1.HeaderClassName
{
color: #2F07DC;
}
.AnyTagClassName
{
color: #2F07DC;
}
</style>
background-color css
<style>
a { background-color: #2F07DC; }
a { background-color: rgb(47,7,220); }
div.DivClassName
{
background-color: #2F07DC;
}
.BgClassName
{
background-color: #2F07DC;
}
</style>
border-color css
<style>
span { border-color: #2F07DC; }
span { border-color: rgb(47,7,220); }
td.TdClassName
{
border-color: #2F07DC;
}
.TagClassName
{
border-color: #2F07DC;
}
</style>