Shades of Han Purple #3C1FD0
Tints of Han Purple #3C1FD0
RGB
CMYK
RGB Variations
Color information
#3C1FD0 (or 0x3C1FD0) is known color: Han Purple. HEX triplet: 3C, 1F and D0. RGB value is (60,31,208). Sum of RGB (Red+Green+Blue) = 60+31+208=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 208 (81.64% from 255 or 69.57% from 299); Max value from RGB is 208 - color contains mainly: blue. Hex color #3C1FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1FD0 is #C3E02F. Grayscale: #3B3B3B. Windows color (decimal): -12836912 or 13639484. OLE color: 13639484.
HSL color Cylindrical-coordinate representation of color #3C1FD0: hue angle of 249.83º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C1FD0 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 60 | 31 | 208 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.18 |
| HSL | 249.83º | 0.74% | 0.47% | - |
| HSV(B) | 249.83º | 0.85% | 0.82% | - |
| XYZ | 13.74 | 6.49 | 60.2 | - |
| YUV | 59.85 | 211.61 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 31 | 208 | 0.71 | 0.85 | 0 | 0.18 | 249.83 | 0.74 | 0.47 |
| Hex | 3C | 1F | D0 | 47 | 55 | 0 | 12 | FA | 4A | 2F |
| Octal | 74 | 37 | 320 | 107 | 125 | 0 | 22 | 372 | 112 | 57 |
| Binary | 111100 | 11111 | 11010000 | 1000111 | 1010101 | 0 | 10010 | 11111010 | 1001010 | 101111 |
Color Harmonies of #3C1FD0
Complementary color
Monochromatic Colors of #3C1FD0
Black with #3C1FD0
Text Example
Text Example
White with #3C1FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1FD0; }
p { color: rgb(60,31,208); }
H1.HeaderClassName
{
color: #3C1FD0;
}
.AnyTagClassName
{
color: #3C1FD0;
}
</style>
background-color css
<style>
a { background-color: #3C1FD0; }
a { background-color: rgb(60,31,208); }
div.DivClassName
{
background-color: #3C1FD0;
}
.BgClassName
{
background-color: #3C1FD0;
}
</style>
border-color css
<style>
span { border-color: #3C1FD0; }
span { border-color: rgb(60,31,208); }
td.TdClassName
{
border-color: #3C1FD0;
}
.TagClassName
{
border-color: #3C1FD0;
}
</style>