Shades of Han Purple #3C1FFE
Tints of Han Purple #3C1FFE
RGB
CMYK
RGB Variations
Color information
#3C1FFE (or 0x3C1FFE) is known color: Han Purple. HEX triplet: 3C, 1F and FE. RGB value is (60,31,254). Sum of RGB (Red+Green+Blue) = 60+31+254=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #3C1FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C1FFE is #C3E001. Grayscale: #404040. Windows color (decimal): -12836866 or 16654140. OLE color: 16654140.
HSL color Cylindrical-coordinate representation of color #3C1FFE: hue angle of 247.8º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C1FFE is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 31 | 254 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.00 |
| HSL | 247.8º | 0.99% | 0.56% | - |
| HSV(B) | 247.8º | 0.88% | 1% | - |
| XYZ | 20.24 | 9.1 | 94.45 | - |
| YUV | 65.09 | 234.61 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 31 | 254 | 0.76 | 0.88 | 0 | 0.00 | 247.8 | 0.99 | 0.56 |
| Hex | 3C | 1F | FE | 4C | 58 | 0 | 0 | F8 | 63 | 38 |
| Octal | 74 | 37 | 376 | 114 | 130 | 0 | 0 | 370 | 143 | 70 |
| Binary | 111100 | 11111 | 11111110 | 1001100 | 1011000 | 0 | 0 | 11111000 | 1100011 | 111000 |
Color Harmonies of #3C1FFE
Complementary color
Monochromatic Colors of #3C1FFE
Black with #3C1FFE
Text Example
Text Example
White with #3C1FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1FFE; }
p { color: rgb(60,31,254); }
H1.HeaderClassName
{
color: #3C1FFE;
}
.AnyTagClassName
{
color: #3C1FFE;
}
</style>
background-color css
<style>
a { background-color: #3C1FFE; }
a { background-color: rgb(60,31,254); }
div.DivClassName
{
background-color: #3C1FFE;
}
.BgClassName
{
background-color: #3C1FFE;
}
</style>
border-color css
<style>
span { border-color: #3C1FFE; }
span { border-color: rgb(60,31,254); }
td.TdClassName
{
border-color: #3C1FFE;
}
.TagClassName
{
border-color: #3C1FFE;
}
</style>