Shades of Han Purple #2F02DC
Tints of Han Purple #2F02DC
RGB
CMYK
RGB Variations
Color information
#2F02DC (or 0x2F02DC) is known color: Han Purple. HEX triplet: 2F, 02 and DC. RGB value is (47,2,220). Sum of RGB (Red+Green+Blue) = 47+2+220=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 220 (86.33% from 255 or 81.78% from 269); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F02DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F02DC is #D0FD23. Grayscale: #272727. Windows color (decimal): -13696292 or 14418479. OLE color: 14418479.
HSL color Cylindrical-coordinate representation of color #2F02DC: hue angle of 252.39º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F02DC is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 2 | 220 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.14 |
| HSL | 252.39º | 0.98% | 0.44% | - |
| HSV(B) | 252.39º | 0.99% | 0.86% | - |
| XYZ | 14.11 | 5.82 | 68.09 | - |
| YUV | 40.31 | 229.41 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 220 | 0.79 | 0.99 | 0 | 0.14 | 252.39 | 0.98 | 0.44 |
| Hex | 2F | 2 | DC | 4F | 63 | 0 | E | FC | 62 | 2C |
| Octal | 57 | 2 | 334 | 117 | 143 | 0 | 16 | 374 | 142 | 54 |
| Binary | 101111 | 10 | 11011100 | 1001111 | 1100011 | 0 | 1110 | 11111100 | 1100010 | 101100 |
Color Harmonies of #2F02DC
Complementary color
Monochromatic Colors of #2F02DC
Black with #2F02DC
Text Example
Text Example
White with #2F02DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F02DC; }
p { color: rgb(47,2,220); }
H1.HeaderClassName
{
color: #2F02DC;
}
.AnyTagClassName
{
color: #2F02DC;
}
</style>
background-color css
<style>
a { background-color: #2F02DC; }
a { background-color: rgb(47,2,220); }
div.DivClassName
{
background-color: #2F02DC;
}
.BgClassName
{
background-color: #2F02DC;
}
</style>
border-color css
<style>
span { border-color: #2F02DC; }
span { border-color: rgb(47,2,220); }
td.TdClassName
{
border-color: #2F02DC;
}
.TagClassName
{
border-color: #2F02DC;
}
</style>