Shades of Han Purple #3D13CE
Tints of Han Purple #3D13CE
RGB
CMYK
RGB Variations
Color information
#3D13CE (or 0x3D13CE) is known color: Han Purple. HEX triplet: 3D, 13 and CE. RGB value is (61,19,206). Sum of RGB (Red+Green+Blue) = 61+19+206=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D13CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D13CE is #C2EC31. Grayscale: #343434. Windows color (decimal): -12774450 or 13505341. OLE color: 13505341.
HSL color Cylindrical-coordinate representation of color #3D13CE: hue angle of 253.48º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D13CE is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 19 | 206 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.19 |
| HSL | 253.48º | 0.83% | 0.44% | - |
| HSV(B) | 253.48º | 0.91% | 0.81% | - |
| XYZ | 13.3 | 5.91 | 58.83 | - |
| YUV | 52.88 | 214.41 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 206 | 0.70 | 0.91 | 0 | 0.19 | 253.48 | 0.83 | 0.44 |
| Hex | 3D | 13 | CE | 46 | 5B | 0 | 13 | FD | 53 | 2C |
| Octal | 75 | 23 | 316 | 106 | 133 | 0 | 23 | 375 | 123 | 54 |
| Binary | 111101 | 10011 | 11001110 | 1000110 | 1011011 | 0 | 10011 | 11111101 | 1010011 | 101100 |
Color Harmonies of #3D13CE
Complementary color
Monochromatic Colors of #3D13CE
Black with #3D13CE
Text Example
Text Example
White with #3D13CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D13CE; }
p { color: rgb(61,19,206); }
H1.HeaderClassName
{
color: #3D13CE;
}
.AnyTagClassName
{
color: #3D13CE;
}
</style>
background-color css
<style>
a { background-color: #3D13CE; }
a { background-color: rgb(61,19,206); }
div.DivClassName
{
background-color: #3D13CE;
}
.BgClassName
{
background-color: #3D13CE;
}
</style>
border-color css
<style>
span { border-color: #3D13CE; }
span { border-color: rgb(61,19,206); }
td.TdClassName
{
border-color: #3D13CE;
}
.TagClassName
{
border-color: #3D13CE;
}
</style>