Shades of Han Purple #3C01EA
Tints of Han Purple #3C01EA
RGB
CMYK
RGB Variations
Color information
#3C01EA (or 0x3C01EA) is known color: Han Purple. HEX triplet: 3C, 01 and EA. RGB value is (60,1,234). Sum of RGB (Red+Green+Blue) = 60+1+234=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 234 (91.80% from 255 or 79.32% from 295); Max value from RGB is 234 - color contains mainly: blue. Hex color #3C01EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C01EA is #C3FE15. Grayscale: #2C2C2C. Windows color (decimal): -12844566 or 15335740. OLE color: 15335740.
HSL color Cylindrical-coordinate representation of color #3C01EA: hue angle of 255.19º 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 #3C01EA is Cyan = 0.74, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 1 | 234 | - |
| CMYK | 0.74 | 1.00 | 0 | 0.08 |
| HSL | 255.19º | 0.99% | 0.46% | - |
| HSV(B) | 255.19º | 1% | 0.92% | - |
| XYZ | 16.73 | 6.92 | 78.3 | - |
| YUV | 45.2 | 234.55 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 234 | 0.74 | 1.00 | 0 | 0.08 | 255.19 | 0.99 | 0.46 |
| Hex | 3C | 1 | EA | 4A | 64 | 0 | 8 | FF | 63 | 2E |
| Octal | 74 | 1 | 352 | 112 | 144 | 0 | 10 | 377 | 143 | 56 |
| Binary | 111100 | 1 | 11101010 | 1001010 | 1100100 | 0 | 1000 | 11111111 | 1100011 | 101110 |
Color Harmonies of #3C01EA
Complementary color
Monochromatic Colors of #3C01EA
Black with #3C01EA
Text Example
Text Example
White with #3C01EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C01EA; }
p { color: rgb(60,1,234); }
H1.HeaderClassName
{
color: #3C01EA;
}
.AnyTagClassName
{
color: #3C01EA;
}
</style>
background-color css
<style>
a { background-color: #3C01EA; }
a { background-color: rgb(60,1,234); }
div.DivClassName
{
background-color: #3C01EA;
}
.BgClassName
{
background-color: #3C01EA;
}
</style>
border-color css
<style>
span { border-color: #3C01EA; }
span { border-color: rgb(60,1,234); }
td.TdClassName
{
border-color: #3C01EA;
}
.TagClassName
{
border-color: #3C01EA;
}
</style>