Shades of Han Purple #3C19EB
Tints of Han Purple #3C19EB
RGB
CMYK
RGB Variations
Color information
#3C19EB (or 0x3C19EB) is known color: Han Purple. HEX triplet: 3C, 19 and EB. RGB value is (60,25,235). Sum of RGB (Red+Green+Blue) = 60+25+235=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 235 (92.19% from 255 or 73.44% from 320); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C19EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C19EB is #C3E614. Grayscale: #3A3A3A. Windows color (decimal): -12838421 or 15407420. OLE color: 15407420.
HSL color Cylindrical-coordinate representation of color #3C19EB: hue angle of 250º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C19EB is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 25 | 235 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.08 |
| HSL | 250º | 0.84% | 0.51% | - |
| HSV(B) | 250º | 0.89% | 0.92% | - |
| XYZ | 17.21 | 7.65 | 79.17 | - |
| YUV | 59.41 | 227.1 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 235 | 0.74 | 0.89 | 0 | 0.08 | 250 | 0.84 | 0.51 |
| Hex | 3C | 19 | EB | 4A | 59 | 0 | 8 | FA | 54 | 33 |
| Octal | 74 | 31 | 353 | 112 | 131 | 0 | 10 | 372 | 124 | 63 |
| Binary | 111100 | 11001 | 11101011 | 1001010 | 1011001 | 0 | 1000 | 11111010 | 1010100 | 110011 |
Color Harmonies of #3C19EB
Complementary color
Monochromatic Colors of #3C19EB
Black with #3C19EB
Text Example
Text Example
White with #3C19EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C19EB; }
p { color: rgb(60,25,235); }
H1.HeaderClassName
{
color: #3C19EB;
}
.AnyTagClassName
{
color: #3C19EB;
}
</style>
background-color css
<style>
a { background-color: #3C19EB; }
a { background-color: rgb(60,25,235); }
div.DivClassName
{
background-color: #3C19EB;
}
.BgClassName
{
background-color: #3C19EB;
}
</style>
border-color css
<style>
span { border-color: #3C19EB; }
span { border-color: rgb(60,25,235); }
td.TdClassName
{
border-color: #3C19EB;
}
.TagClassName
{
border-color: #3C19EB;
}
</style>