Shades of Han Purple #3C1FFB
Tints of Han Purple #3C1FFB
RGB
CMYK
RGB Variations
Color information
#3C1FFB (or 0x3C1FFB) is known color: Han Purple. HEX triplet: 3C, 1F and FB. RGB value is (60,31,251). Sum of RGB (Red+Green+Blue) = 60+31+251=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 251 (98.44% from 255 or 73.39% from 342); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C1FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C1FFB is #C3E004. Grayscale: #3F3F3F. Windows color (decimal): -12836869 or 16457532. OLE color: 16457532.
HSL color Cylindrical-coordinate representation of color #3C1FFB: hue angle of 247.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C1FFB is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 31 | 251 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.02 |
| HSL | 247.91º | 0.96% | 0.55% | - |
| HSV(B) | 247.91º | 0.88% | 0.98% | - |
| XYZ | 19.77 | 8.91 | 91.94 | - |
| YUV | 64.75 | 233.11 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 31 | 251 | 0.76 | 0.88 | 0 | 0.02 | 247.91 | 0.96 | 0.55 |
| Hex | 3C | 1F | FB | 4C | 58 | 0 | 2 | F8 | 60 | 37 |
| Octal | 74 | 37 | 373 | 114 | 130 | 0 | 2 | 370 | 140 | 67 |
| Binary | 111100 | 11111 | 11111011 | 1001100 | 1011000 | 0 | 10 | 11111000 | 1100000 | 110111 |
Color Harmonies of #3C1FFB
Complementary color
Monochromatic Colors of #3C1FFB
Black with #3C1FFB
Text Example
Text Example
White with #3C1FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1FFB; }
p { color: rgb(60,31,251); }
H1.HeaderClassName
{
color: #3C1FFB;
}
.AnyTagClassName
{
color: #3C1FFB;
}
</style>
background-color css
<style>
a { background-color: #3C1FFB; }
a { background-color: rgb(60,31,251); }
div.DivClassName
{
background-color: #3C1FFB;
}
.BgClassName
{
background-color: #3C1FFB;
}
</style>
border-color css
<style>
span { border-color: #3C1FFB; }
span { border-color: rgb(60,31,251); }
td.TdClassName
{
border-color: #3C1FFB;
}
.TagClassName
{
border-color: #3C1FFB;
}
</style>