Shades of Han Purple #3C11FD
Tints of Han Purple #3C11FD
RGB
CMYK
RGB Variations
Color information
#3C11FD (or 0x3C11FD) is known color: Han Purple. HEX triplet: 3C, 11 and FD. RGB value is (60,17,253). Sum of RGB (Red+Green+Blue) = 60+17+253=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 253 (99.22% from 255 or 76.67% from 330); Max value from RGB is 253 - color contains mainly: blue. Hex color #3C11FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C11FD is #C3EE02. Grayscale: #373737. Windows color (decimal): -12840451 or 16585020. OLE color: 16585020.
HSL color Cylindrical-coordinate representation of color #3C11FD: hue angle of 250.93º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C11FD is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 17 | 253 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.01 |
| HSL | 250.93º | 0.98% | 0.53% | - |
| HSV(B) | 250.93º | 0.93% | 0.99% | - |
| XYZ | 19.79 | 8.45 | 93.52 | - |
| YUV | 56.76 | 238.75 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 253 | 0.76 | 0.93 | 0 | 0.01 | 250.93 | 0.98 | 0.53 |
| Hex | 3C | 11 | FD | 4C | 5D | 0 | 1 | FB | 62 | 35 |
| Octal | 74 | 21 | 375 | 114 | 135 | 0 | 1 | 373 | 142 | 65 |
| Binary | 111100 | 10001 | 11111101 | 1001100 | 1011101 | 0 | 1 | 11111011 | 1100010 | 110101 |
Color Harmonies of #3C11FD
Complementary color
Monochromatic Colors of #3C11FD
Black with #3C11FD
Text Example
Text Example
White with #3C11FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C11FD; }
p { color: rgb(60,17,253); }
H1.HeaderClassName
{
color: #3C11FD;
}
.AnyTagClassName
{
color: #3C11FD;
}
</style>
background-color css
<style>
a { background-color: #3C11FD; }
a { background-color: rgb(60,17,253); }
div.DivClassName
{
background-color: #3C11FD;
}
.BgClassName
{
background-color: #3C11FD;
}
</style>
border-color css
<style>
span { border-color: #3C11FD; }
span { border-color: rgb(60,17,253); }
td.TdClassName
{
border-color: #3C11FD;
}
.TagClassName
{
border-color: #3C11FD;
}
</style>