Shades of Han Purple #3D0DCC
Tints of Han Purple #3D0DCC
RGB
CMYK
RGB Variations
Color information
#3D0DCC (or 0x3D0DCC) is known color: Han Purple. HEX triplet: 3D, 0D and CC. RGB value is (61,13,204). Sum of RGB (Red+Green+Blue) = 61+13+204=278 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.94% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 204 (80.08% from 255 or 73.38% from 278); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D0DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0DCC is #C2F233. Grayscale: #303030. Windows color (decimal): -12775988 or 13372733. OLE color: 13372733.
HSL color Cylindrical-coordinate representation of color #3D0DCC: hue angle of 255.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0DCC is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 13 | 204 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.2 |
| HSL | 255.08º | 0.88% | 0.43% | - |
| HSV(B) | 255.08º | 0.94% | 0.8% | - |
| XYZ | 12.97 | 5.64 | 57.53 | - |
| YUV | 49.13 | 215.4 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 13 | 204 | 0.70 | 0.94 | 0 | 0.2 | 255.08 | 0.88 | 0.43 |
| Hex | 3D | D | CC | 46 | 5E | 0 | 14 | FF | 58 | 2B |
| Octal | 75 | 15 | 314 | 106 | 136 | 0 | 24 | 377 | 130 | 53 |
| Binary | 111101 | 1101 | 11001100 | 1000110 | 1011110 | 0 | 10100 | 11111111 | 1011000 | 101011 |
Color Harmonies of #3D0DCC
Complementary color
Monochromatic Colors of #3D0DCC
Black with #3D0DCC
Text Example
Text Example
White with #3D0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0DCC; }
p { color: rgb(61,13,204); }
H1.HeaderClassName
{
color: #3D0DCC;
}
.AnyTagClassName
{
color: #3D0DCC;
}
</style>
background-color css
<style>
a { background-color: #3D0DCC; }
a { background-color: rgb(61,13,204); }
div.DivClassName
{
background-color: #3D0DCC;
}
.BgClassName
{
background-color: #3D0DCC;
}
</style>
border-color css
<style>
span { border-color: #3D0DCC; }
span { border-color: rgb(61,13,204); }
td.TdClassName
{
border-color: #3D0DCC;
}
.TagClassName
{
border-color: #3D0DCC;
}
</style>