Shades of Han Purple #3D0ED3
Tints of Han Purple #3D0ED3
RGB
CMYK
RGB Variations
Color information
#3D0ED3 (or 0x3D0ED3) is known color: Han Purple. HEX triplet: 3D, 0E and D3. RGB value is (61,14,211). Sum of RGB (Red+Green+Blue) = 61+14+211=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 211 (82.81% from 255 or 73.78% from 286); Max value from RGB is 211 - color contains mainly: blue. Hex color #3D0ED3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0ED3 is #C2F12C. Grayscale: #313131. Windows color (decimal): -12775725 or 13831741. OLE color: 13831741.
HSL color Cylindrical-coordinate representation of color #3D0ED3: hue angle of 254.31º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D0ED3 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 61 | 14 | 211 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.17 |
| HSL | 254.31º | 0.88% | 0.44% | - |
| HSV(B) | 254.31º | 0.93% | 0.83% | - |
| XYZ | 13.84 | 6.01 | 62.06 | - |
| YUV | 50.51 | 218.57 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 14 | 211 | 0.71 | 0.93 | 0 | 0.17 | 254.31 | 0.88 | 0.44 |
| Hex | 3D | E | D3 | 47 | 5D | 0 | 11 | FE | 58 | 2C |
| Octal | 75 | 16 | 323 | 107 | 135 | 0 | 21 | 376 | 130 | 54 |
| Binary | 111101 | 1110 | 11010011 | 1000111 | 1011101 | 0 | 10001 | 11111110 | 1011000 | 101100 |
Color Harmonies of #3D0ED3
Complementary color
Monochromatic Colors of #3D0ED3
Black with #3D0ED3
Text Example
Text Example
White with #3D0ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0ED3; }
p { color: rgb(61,14,211); }
H1.HeaderClassName
{
color: #3D0ED3;
}
.AnyTagClassName
{
color: #3D0ED3;
}
</style>
background-color css
<style>
a { background-color: #3D0ED3; }
a { background-color: rgb(61,14,211); }
div.DivClassName
{
background-color: #3D0ED3;
}
.BgClassName
{
background-color: #3D0ED3;
}
</style>
border-color css
<style>
span { border-color: #3D0ED3; }
span { border-color: rgb(61,14,211); }
td.TdClassName
{
border-color: #3D0ED3;
}
.TagClassName
{
border-color: #3D0ED3;
}
</style>