Shades of Han Purple #3C1FEB
Tints of Han Purple #3C1FEB
RGB
CMYK
RGB Variations
Color information
#3C1FEB (or 0x3C1FEB) is known color: Han Purple. HEX triplet: 3C, 1F and EB. RGB value is (60,31,235). Sum of RGB (Red+Green+Blue) = 60+31+235=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 235 (92.19% from 255 or 72.09% from 326); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C1FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C1FEB is #C3E014. Grayscale: #3E3E3E. Windows color (decimal): -12836885 or 15408956. OLE color: 15408956.
HSL color Cylindrical-coordinate representation of color #3C1FEB: hue angle of 248.53º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C1FEB is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 31 | 235 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.08 |
| HSL | 248.53º | 0.84% | 0.52% | - |
| HSV(B) | 248.53º | 0.87% | 0.92% | - |
| XYZ | 17.35 | 7.94 | 79.22 | - |
| YUV | 62.93 | 225.11 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 31 | 235 | 0.74 | 0.87 | 0 | 0.08 | 248.53 | 0.84 | 0.52 |
| Hex | 3C | 1F | EB | 4A | 57 | 0 | 8 | F9 | 54 | 34 |
| Octal | 74 | 37 | 353 | 112 | 127 | 0 | 10 | 371 | 124 | 64 |
| Binary | 111100 | 11111 | 11101011 | 1001010 | 1010111 | 0 | 1000 | 11111001 | 1010100 | 110100 |
Color Harmonies of #3C1FEB
Complementary color
Monochromatic Colors of #3C1FEB
Black with #3C1FEB
Text Example
Text Example
White with #3C1FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1FEB; }
p { color: rgb(60,31,235); }
H1.HeaderClassName
{
color: #3C1FEB;
}
.AnyTagClassName
{
color: #3C1FEB;
}
</style>
background-color css
<style>
a { background-color: #3C1FEB; }
a { background-color: rgb(60,31,235); }
div.DivClassName
{
background-color: #3C1FEB;
}
.BgClassName
{
background-color: #3C1FEB;
}
</style>
border-color css
<style>
span { border-color: #3C1FEB; }
span { border-color: rgb(60,31,235); }
td.TdClassName
{
border-color: #3C1FEB;
}
.TagClassName
{
border-color: #3C1FEB;
}
</style>