Shades of Han Purple #3D09DC
Tints of Han Purple #3D09DC
RGB
CMYK
RGB Variations
Color information
#3D09DC (or 0x3D09DC) is known color: Han Purple. HEX triplet: 3D, 09 and DC. RGB value is (61,9,220). Sum of RGB (Red+Green+Blue) = 61+9+220=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 220 (86.33% from 255 or 75.86% from 290); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D09DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D09DC is #C2F623. Grayscale: #2F2F2F. Windows color (decimal): -12776996 or 14420285. OLE color: 14420285.
HSL color Cylindrical-coordinate representation of color #3D09DC: hue angle of 254.79º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D09DC is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 9 | 220 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.14 |
| HSL | 254.79º | 0.92% | 0.45% | - |
| HSV(B) | 254.79º | 0.96% | 0.86% | - |
| XYZ | 14.94 | 6.35 | 68.15 | - |
| YUV | 48.6 | 224.73 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 9 | 220 | 0.72 | 0.96 | 0 | 0.14 | 254.79 | 0.92 | 0.45 |
| Hex | 3D | 9 | DC | 48 | 60 | 0 | E | FF | 5C | 2D |
| Octal | 75 | 11 | 334 | 110 | 140 | 0 | 16 | 377 | 134 | 55 |
| Binary | 111101 | 1001 | 11011100 | 1001000 | 1100000 | 0 | 1110 | 11111111 | 1011100 | 101101 |
Color Harmonies of #3D09DC
Complementary color
Monochromatic Colors of #3D09DC
Black with #3D09DC
Text Example
Text Example
White with #3D09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D09DC; }
p { color: rgb(61,9,220); }
H1.HeaderClassName
{
color: #3D09DC;
}
.AnyTagClassName
{
color: #3D09DC;
}
</style>
background-color css
<style>
a { background-color: #3D09DC; }
a { background-color: rgb(61,9,220); }
div.DivClassName
{
background-color: #3D09DC;
}
.BgClassName
{
background-color: #3D09DC;
}
</style>
border-color css
<style>
span { border-color: #3D09DC; }
span { border-color: rgb(61,9,220); }
td.TdClassName
{
border-color: #3D09DC;
}
.TagClassName
{
border-color: #3D09DC;
}
</style>