Shades of Han Purple #3D0ADF
Tints of Han Purple #3D0ADF
RGB
CMYK
RGB Variations
Color information
#3D0ADF (or 0x3D0ADF) is known color: Han Purple. HEX triplet: 3D, 0A and DF. RGB value is (61,10,223). Sum of RGB (Red+Green+Blue) = 61+10+223=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D0ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0ADF is #C2F520. Grayscale: #303030. Windows color (decimal): -12776737 or 14617149. OLE color: 14617149.
HSL color Cylindrical-coordinate representation of color #3D0ADF: hue angle of 254.37º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D0ADF is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 10 | 223 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.13 |
| HSL | 254.37º | 0.91% | 0.46% | - |
| HSV(B) | 254.37º | 0.96% | 0.87% | - |
| XYZ | 15.35 | 6.54 | 70.26 | - |
| YUV | 49.53 | 225.9 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 10 | 223 | 0.73 | 0.96 | 0 | 0.13 | 254.37 | 0.91 | 0.46 |
| Hex | 3D | A | DF | 49 | 60 | 0 | D | FE | 5B | 2E |
| Octal | 75 | 12 | 337 | 111 | 140 | 0 | 15 | 376 | 133 | 56 |
| Binary | 111101 | 1010 | 11011111 | 1001001 | 1100000 | 0 | 1101 | 11111110 | 1011011 | 101110 |
Color Harmonies of #3D0ADF
Complementary color
Monochromatic Colors of #3D0ADF
Black with #3D0ADF
Text Example
Text Example
White with #3D0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0ADF; }
p { color: rgb(61,10,223); }
H1.HeaderClassName
{
color: #3D0ADF;
}
.AnyTagClassName
{
color: #3D0ADF;
}
</style>
background-color css
<style>
a { background-color: #3D0ADF; }
a { background-color: rgb(61,10,223); }
div.DivClassName
{
background-color: #3D0ADF;
}
.BgClassName
{
background-color: #3D0ADF;
}
</style>
border-color css
<style>
span { border-color: #3D0ADF; }
span { border-color: rgb(61,10,223); }
td.TdClassName
{
border-color: #3D0ADF;
}
.TagClassName
{
border-color: #3D0ADF;
}
</style>