Shades of Han Purple #3D0CDC
Tints of Han Purple #3D0CDC
RGB
CMYK
RGB Variations
Color information
#3D0CDC (or 0x3D0CDC) is known color: Han Purple. HEX triplet: 3D, 0C and DC. RGB value is (61,12,220). Sum of RGB (Red+Green+Blue) = 61+12+220=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 220 (86.33% from 255 or 75.09% from 293); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D0CDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0CDC is #C2F323. Grayscale: #313131. Windows color (decimal): -12776228 or 14421053. OLE color: 14421053.
HSL color Cylindrical-coordinate representation of color #3D0CDC: hue angle of 254.13º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0CDC is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 12 | 220 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.14 |
| HSL | 254.13º | 0.9% | 0.45% | - |
| HSV(B) | 254.13º | 0.95% | 0.86% | - |
| XYZ | 14.97 | 6.42 | 68.16 | - |
| YUV | 50.36 | 223.73 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 12 | 220 | 0.72 | 0.95 | 0 | 0.14 | 254.13 | 0.9 | 0.45 |
| Hex | 3D | C | DC | 48 | 5F | 0 | E | FE | 5A | 2D |
| Octal | 75 | 14 | 334 | 110 | 137 | 0 | 16 | 376 | 132 | 55 |
| Binary | 111101 | 1100 | 11011100 | 1001000 | 1011111 | 0 | 1110 | 11111110 | 1011010 | 101101 |
Color Harmonies of #3D0CDC
Complementary color
Monochromatic Colors of #3D0CDC
Black with #3D0CDC
Text Example
Text Example
White with #3D0CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0CDC; }
p { color: rgb(61,12,220); }
H1.HeaderClassName
{
color: #3D0CDC;
}
.AnyTagClassName
{
color: #3D0CDC;
}
</style>
background-color css
<style>
a { background-color: #3D0CDC; }
a { background-color: rgb(61,12,220); }
div.DivClassName
{
background-color: #3D0CDC;
}
.BgClassName
{
background-color: #3D0CDC;
}
</style>
border-color css
<style>
span { border-color: #3D0CDC; }
span { border-color: rgb(61,12,220); }
td.TdClassName
{
border-color: #3D0CDC;
}
.TagClassName
{
border-color: #3D0CDC;
}
</style>