Shades of Han Purple #3C01EB
Tints of Han Purple #3C01EB
RGB
CMYK
RGB Variations
Color information
#3C01EB (or 0x3C01EB) is known color: Han Purple. HEX triplet: 3C, 01 and EB. RGB value is (60,1,235). Sum of RGB (Red+Green+Blue) = 60+1+235=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 235 (92.19% from 255 or 79.39% from 296); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C01EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C01EB is #C3FE14. Grayscale: #2C2C2C. Windows color (decimal): -12844565 or 15401276. OLE color: 15401276.
HSL color Cylindrical-coordinate representation of color #3C01EB: hue angle of 255.13º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C01EB is Cyan = 0.74, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 1 | 235 | - |
| CMYK | 0.74 | 1.00 | 0 | 0.08 |
| HSL | 255.13º | 0.99% | 0.46% | - |
| HSV(B) | 255.13º | 1% | 0.92% | - |
| XYZ | 16.87 | 6.98 | 79.06 | - |
| YUV | 45.32 | 235.05 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 235 | 0.74 | 1.00 | 0 | 0.08 | 255.13 | 0.99 | 0.46 |
| Hex | 3C | 1 | EB | 4A | 64 | 0 | 8 | FF | 63 | 2E |
| Octal | 74 | 1 | 353 | 112 | 144 | 0 | 10 | 377 | 143 | 56 |
| Binary | 111100 | 1 | 11101011 | 1001010 | 1100100 | 0 | 1000 | 11111111 | 1100011 | 101110 |
Color Harmonies of #3C01EB
Complementary color
Monochromatic Colors of #3C01EB
Black with #3C01EB
Text Example
Text Example
White with #3C01EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C01EB; }
p { color: rgb(60,1,235); }
H1.HeaderClassName
{
color: #3C01EB;
}
.AnyTagClassName
{
color: #3C01EB;
}
</style>
background-color css
<style>
a { background-color: #3C01EB; }
a { background-color: rgb(60,1,235); }
div.DivClassName
{
background-color: #3C01EB;
}
.BgClassName
{
background-color: #3C01EB;
}
</style>
border-color css
<style>
span { border-color: #3C01EB; }
span { border-color: rgb(60,1,235); }
td.TdClassName
{
border-color: #3C01EB;
}
.TagClassName
{
border-color: #3C01EB;
}
</style>