Shades of Han Purple #3D04DF
Tints of Han Purple #3D04DF
RGB
CMYK
RGB Variations
Color information
#3D04DF (or 0x3D04DF) is known color: Han Purple. HEX triplet: 3D, 04 and DF. RGB value is (61,4,223). Sum of RGB (Red+Green+Blue) = 61+4+223=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D04DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D04DF is #C2FB20. Grayscale: #2D2D2D. Windows color (decimal): -12778273 or 14615613. OLE color: 14615613.
HSL color Cylindrical-coordinate representation of color #3D04DF: hue angle of 255.62º 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 #3D04DF is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 4 | 223 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.13 |
| HSL | 255.62º | 0.96% | 0.45% | - |
| HSV(B) | 255.62º | 0.98% | 0.87% | - |
| XYZ | 15.29 | 6.41 | 70.24 | - |
| YUV | 46.01 | 227.88 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 4 | 223 | 0.73 | 0.98 | 0 | 0.13 | 255.62 | 0.96 | 0.45 |
| Hex | 3D | 4 | DF | 49 | 62 | 0 | D | 100 | 60 | 2D |
| Octal | 75 | 4 | 337 | 111 | 142 | 0 | 15 | 400 | 140 | 55 |
| Binary | 111101 | 100 | 11011111 | 1001001 | 1100010 | 0 | 1101 | 100000000 | 1100000 | 101101 |
Color Harmonies of #3D04DF
Complementary color
Monochromatic Colors of #3D04DF
Black with #3D04DF
Text Example
Text Example
White with #3D04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D04DF; }
p { color: rgb(61,4,223); }
H1.HeaderClassName
{
color: #3D04DF;
}
.AnyTagClassName
{
color: #3D04DF;
}
</style>
background-color css
<style>
a { background-color: #3D04DF; }
a { background-color: rgb(61,4,223); }
div.DivClassName
{
background-color: #3D04DF;
}
.BgClassName
{
background-color: #3D04DF;
}
</style>
border-color css
<style>
span { border-color: #3D04DF; }
span { border-color: rgb(61,4,223); }
td.TdClassName
{
border-color: #3D04DF;
}
.TagClassName
{
border-color: #3D04DF;
}
</style>