Shades of Han Purple #3C0DFD
Tints of Han Purple #3C0DFD
RGB
CMYK
RGB Variations
Color information
#3C0DFD (or 0x3C0DFD) is known color: Han Purple. HEX triplet: 3C, 0D and FD. RGB value is (60,13,253). Sum of RGB (Red+Green+Blue) = 60+13+253=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 13 (5.47% from 255 or 3.99% 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 #3C0DFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0DFD is #C3F202. Grayscale: #353535. Windows color (decimal): -12841475 or 16583996. OLE color: 16583996.
HSL color Cylindrical-coordinate representation of color #3C0DFD: hue angle of 251.75º 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 #3C0DFD is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 13 | 253 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.01 |
| HSL | 251.75º | 0.98% | 0.52% | - |
| HSV(B) | 251.75º | 0.95% | 0.99% | - |
| XYZ | 19.74 | 8.34 | 93.5 | - |
| YUV | 54.41 | 240.07 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 253 | 0.76 | 0.95 | 0 | 0.01 | 251.75 | 0.98 | 0.52 |
| Hex | 3C | D | FD | 4C | 5F | 0 | 1 | FC | 62 | 34 |
| Octal | 74 | 15 | 375 | 114 | 137 | 0 | 1 | 374 | 142 | 64 |
| Binary | 111100 | 1101 | 11111101 | 1001100 | 1011111 | 0 | 1 | 11111100 | 1100010 | 110100 |
Color Harmonies of #3C0DFD
Complementary color
Monochromatic Colors of #3C0DFD
Black with #3C0DFD
Text Example
Text Example
White with #3C0DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0DFD; }
p { color: rgb(60,13,253); }
H1.HeaderClassName
{
color: #3C0DFD;
}
.AnyTagClassName
{
color: #3C0DFD;
}
</style>
background-color css
<style>
a { background-color: #3C0DFD; }
a { background-color: rgb(60,13,253); }
div.DivClassName
{
background-color: #3C0DFD;
}
.BgClassName
{
background-color: #3C0DFD;
}
</style>
border-color css
<style>
span { border-color: #3C0DFD; }
span { border-color: rgb(60,13,253); }
td.TdClassName
{
border-color: #3C0DFD;
}
.TagClassName
{
border-color: #3C0DFD;
}
</style>