Shades of Han Purple #2F05DD
Tints of Han Purple #2F05DD
RGB
CMYK
RGB Variations
Color information
#2F05DD (or 0x2F05DD) is known color: Han Purple. HEX triplet: 2F, 05 and DD. RGB value is (47,5,221). Sum of RGB (Red+Green+Blue) = 47+5+221=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 221 (86.72% from 255 or 80.95% from 273); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F05DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F05DD is #D0FA22. Grayscale: #292929. Windows color (decimal): -13695523 or 14484783. OLE color: 14484783.
HSL color Cylindrical-coordinate representation of color #2F05DD: hue angle of 251.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F05DD is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 5 | 221 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.13 |
| HSL | 251.67º | 0.96% | 0.44% | - |
| HSV(B) | 251.67º | 0.98% | 0.87% | - |
| XYZ | 14.28 | 5.93 | 68.8 | - |
| YUV | 42.18 | 228.91 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 5 | 221 | 0.79 | 0.98 | 0 | 0.13 | 251.67 | 0.96 | 0.44 |
| Hex | 2F | 5 | DD | 4F | 62 | 0 | D | FC | 60 | 2C |
| Octal | 57 | 5 | 335 | 117 | 142 | 0 | 15 | 374 | 140 | 54 |
| Binary | 101111 | 101 | 11011101 | 1001111 | 1100010 | 0 | 1101 | 11111100 | 1100000 | 101100 |
Color Harmonies of #2F05DD
Complementary color
Monochromatic Colors of #2F05DD
Black with #2F05DD
Text Example
Text Example
White with #2F05DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F05DD; }
p { color: rgb(47,5,221); }
H1.HeaderClassName
{
color: #2F05DD;
}
.AnyTagClassName
{
color: #2F05DD;
}
</style>
background-color css
<style>
a { background-color: #2F05DD; }
a { background-color: rgb(47,5,221); }
div.DivClassName
{
background-color: #2F05DD;
}
.BgClassName
{
background-color: #2F05DD;
}
</style>
border-color css
<style>
span { border-color: #2F05DD; }
span { border-color: rgb(47,5,221); }
td.TdClassName
{
border-color: #2F05DD;
}
.TagClassName
{
border-color: #2F05DD;
}
</style>