Shades of Han Purple #2D04DF
Tints of Han Purple #2D04DF
RGB
CMYK
RGB Variations
Color information
#2D04DF (or 0x2D04DF) is known color: Han Purple. HEX triplet: 2D, 04 and DF. RGB value is (45,4,223). Sum of RGB (Red+Green+Blue) = 45+4+223=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #2D04DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D04DF is #D2FB20. Grayscale: #282828. Windows color (decimal): -13826849 or 14615597. OLE color: 14615597.
HSL color Cylindrical-coordinate representation of color #2D04DF: hue angle of 251.23º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D04DF is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 4 | 223 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.13 |
| HSL | 251.23º | 0.96% | 0.45% | - |
| HSV(B) | 251.23º | 0.98% | 0.87% | - |
| XYZ | 14.44 | 5.97 | 70.2 | - |
| YUV | 41.23 | 230.58 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 4 | 223 | 0.80 | 0.98 | 0 | 0.13 | 251.23 | 0.96 | 0.45 |
| Hex | 2D | 4 | DF | 50 | 62 | 0 | D | FB | 60 | 2D |
| Octal | 55 | 4 | 337 | 120 | 142 | 0 | 15 | 373 | 140 | 55 |
| Binary | 101101 | 100 | 11011111 | 1010000 | 1100010 | 0 | 1101 | 11111011 | 1100000 | 101101 |
Color Harmonies of #2D04DF
Complementary color
Monochromatic Colors of #2D04DF
Black with #2D04DF
Text Example
Text Example
White with #2D04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D04DF; }
p { color: rgb(45,4,223); }
H1.HeaderClassName
{
color: #2D04DF;
}
.AnyTagClassName
{
color: #2D04DF;
}
</style>
background-color css
<style>
a { background-color: #2D04DF; }
a { background-color: rgb(45,4,223); }
div.DivClassName
{
background-color: #2D04DF;
}
.BgClassName
{
background-color: #2D04DF;
}
</style>
border-color css
<style>
span { border-color: #2D04DF; }
span { border-color: rgb(45,4,223); }
td.TdClassName
{
border-color: #2D04DF;
}
.TagClassName
{
border-color: #2D04DF;
}
</style>