Shades of Han Purple #3D0CFD
Tints of Han Purple #3D0CFD
RGB
CMYK
RGB Variations
Color information
#3D0CFD (or 0x3D0CFD) is known color: Han Purple. HEX triplet: 3D, 0C and FD. RGB value is (61,12,253). Sum of RGB (Red+Green+Blue) = 61+12+253=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 253 (99.22% from 255 or 77.61% from 326); Max value from RGB is 253 - color contains mainly: blue. Hex color #3D0CFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D0CFD is #C2F302. Grayscale: #353535. Windows color (decimal): -12776195 or 16583741. OLE color: 16583741.
HSL color Cylindrical-coordinate representation of color #3D0CFD: hue angle of 252.2º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0CFD is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 12 | 253 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.01 |
| HSL | 252.2º | 0.98% | 0.52% | - |
| HSV(B) | 252.2º | 0.95% | 0.99% | - |
| XYZ | 19.79 | 8.35 | 93.5 | - |
| YUV | 54.13 | 240.23 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 12 | 253 | 0.76 | 0.95 | 0 | 0.01 | 252.2 | 0.98 | 0.52 |
| Hex | 3D | C | FD | 4C | 5F | 0 | 1 | FC | 62 | 34 |
| Octal | 75 | 14 | 375 | 114 | 137 | 0 | 1 | 374 | 142 | 64 |
| Binary | 111101 | 1100 | 11111101 | 1001100 | 1011111 | 0 | 1 | 11111100 | 1100010 | 110100 |
Color Harmonies of #3D0CFD
Complementary color
Monochromatic Colors of #3D0CFD
Black with #3D0CFD
Text Example
Text Example
White with #3D0CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0CFD; }
p { color: rgb(61,12,253); }
H1.HeaderClassName
{
color: #3D0CFD;
}
.AnyTagClassName
{
color: #3D0CFD;
}
</style>
background-color css
<style>
a { background-color: #3D0CFD; }
a { background-color: rgb(61,12,253); }
div.DivClassName
{
background-color: #3D0CFD;
}
.BgClassName
{
background-color: #3D0CFD;
}
</style>
border-color css
<style>
span { border-color: #3D0CFD; }
span { border-color: rgb(61,12,253); }
td.TdClassName
{
border-color: #3D0CFD;
}
.TagClassName
{
border-color: #3D0CFD;
}
</style>