Shades of Han Purple #3C13EB
Tints of Han Purple #3C13EB
RGB
CMYK
RGB Variations
Color information
#3C13EB (or 0x3C13EB) is known color: Han Purple. HEX triplet: 3C, 13 and EB. RGB value is (60,19,235). Sum of RGB (Red+Green+Blue) = 60+19+235=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C13EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C13EB is #C3EC14. Grayscale: #373737. Windows color (decimal): -12839957 or 15405884. OLE color: 15405884.
HSL color Cylindrical-coordinate representation of color #3C13EB: hue angle of 251.39º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C13EB is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 19 | 235 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.08 |
| HSL | 251.39º | 0.85% | 0.5% | - |
| HSV(B) | 251.39º | 0.92% | 0.92% | - |
| XYZ | 17.09 | 7.42 | 79.13 | - |
| YUV | 55.88 | 229.08 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 235 | 0.74 | 0.92 | 0 | 0.08 | 251.39 | 0.85 | 0.5 |
| Hex | 3C | 13 | EB | 4A | 5C | 0 | 8 | FB | 55 | 32 |
| Octal | 74 | 23 | 353 | 112 | 134 | 0 | 10 | 373 | 125 | 62 |
| Binary | 111100 | 10011 | 11101011 | 1001010 | 1011100 | 0 | 1000 | 11111011 | 1010101 | 110010 |
Color Harmonies of #3C13EB
Complementary color
Monochromatic Colors of #3C13EB
Black with #3C13EB
Text Example
Text Example
White with #3C13EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C13EB; }
p { color: rgb(60,19,235); }
H1.HeaderClassName
{
color: #3C13EB;
}
.AnyTagClassName
{
color: #3C13EB;
}
</style>
background-color css
<style>
a { background-color: #3C13EB; }
a { background-color: rgb(60,19,235); }
div.DivClassName
{
background-color: #3C13EB;
}
.BgClassName
{
background-color: #3C13EB;
}
</style>
border-color css
<style>
span { border-color: #3C13EB; }
span { border-color: rgb(60,19,235); }
td.TdClassName
{
border-color: #3C13EB;
}
.TagClassName
{
border-color: #3C13EB;
}
</style>