Shades of Han Purple #2F00DC
Tints of Han Purple #2F00DC
RGB
CMYK
RGB Variations
Color information
#2F00DC (or 0x2F00DC) is known color: Han Purple. HEX triplet: 2F, 00 and DC. RGB value is (47,0,220). Sum of RGB (Red+Green+Blue) = 47+0+220=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 220 (86.33% from 255 or 82.40% from 267); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F00DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F00DC is #D0FF23. Grayscale: #262626. Windows color (decimal): -13696804 or 14417967. OLE color: 14417967.
HSL color Cylindrical-coordinate representation of color #2F00DC: hue angle of 252.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F00DC is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 0 | 220 | - |
| CMYK | 0.79 | 1 | 0 | 0.14 |
| HSL | 252.82º | 1% | 0.43% | - |
| HSV(B) | 252.82º | 1% | 0.86% | - |
| XYZ | 14.09 | 5.77 | 68.08 | - |
| YUV | 39.13 | 230.07 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 220 | 0.79 | 1 | 0 | 0.14 | 252.82 | 1 | 0.43 |
| Hex | 2F | 0 | DC | 4F | 64 | 0 | E | FD | 64 | 2B |
| Octal | 57 | 0 | 334 | 117 | 144 | 0 | 16 | 375 | 144 | 53 |
| Binary | 101111 | 0 | 11011100 | 1001111 | 1100100 | 0 | 1110 | 11111101 | 1100100 | 101011 |
Color Harmonies of #2F00DC
Complementary color
Monochromatic Colors of #2F00DC
Black with #2F00DC
Text Example
Text Example
White with #2F00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F00DC; }
p { color: rgb(47,0,220); }
H1.HeaderClassName
{
color: #2F00DC;
}
.AnyTagClassName
{
color: #2F00DC;
}
</style>
background-color css
<style>
a { background-color: #2F00DC; }
a { background-color: rgb(47,0,220); }
div.DivClassName
{
background-color: #2F00DC;
}
.BgClassName
{
background-color: #2F00DC;
}
</style>
border-color css
<style>
span { border-color: #2F00DC; }
span { border-color: rgb(47,0,220); }
td.TdClassName
{
border-color: #2F00DC;
}
.TagClassName
{
border-color: #2F00DC;
}
</style>