Shades of Han Purple #3C01DA
Tints of Han Purple #3C01DA
RGB
CMYK
RGB Variations
Color information
#3C01DA (or 0x3C01DA) is known color: Han Purple. HEX triplet: 3C, 01 and DA. RGB value is (60,1,218). Sum of RGB (Red+Green+Blue) = 60+1+218=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 218 (85.55% from 255 or 78.14% from 279); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C01DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C01DA is #C3FE25. Grayscale: #2A2A2A. Windows color (decimal): -12844582 or 14287164. OLE color: 14287164.
HSL color Cylindrical-coordinate representation of color #3C01DA: hue angle of 256.31º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C01DA is Cyan = 0.72, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 1 | 218 | - |
| CMYK | 0.72 | 1.00 | 0 | 0.15 |
| HSL | 256.31º | 0.99% | 0.43% | - |
| HSV(B) | 256.31º | 1% | 0.85% | - |
| XYZ | 14.53 | 6.04 | 66.73 | - |
| YUV | 43.38 | 226.55 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 218 | 0.72 | 1.00 | 0 | 0.15 | 256.31 | 0.99 | 0.43 |
| Hex | 3C | 1 | DA | 48 | 64 | 0 | F | 100 | 63 | 2B |
| Octal | 74 | 1 | 332 | 110 | 144 | 0 | 17 | 400 | 143 | 53 |
| Binary | 111100 | 1 | 11011010 | 1001000 | 1100100 | 0 | 1111 | 100000000 | 1100011 | 101011 |
Color Harmonies of #3C01DA
Complementary color
Monochromatic Colors of #3C01DA
Black with #3C01DA
Text Example
Text Example
White with #3C01DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C01DA; }
p { color: rgb(60,1,218); }
H1.HeaderClassName
{
color: #3C01DA;
}
.AnyTagClassName
{
color: #3C01DA;
}
</style>
background-color css
<style>
a { background-color: #3C01DA; }
a { background-color: rgb(60,1,218); }
div.DivClassName
{
background-color: #3C01DA;
}
.BgClassName
{
background-color: #3C01DA;
}
</style>
border-color css
<style>
span { border-color: #3C01DA; }
span { border-color: rgb(60,1,218); }
td.TdClassName
{
border-color: #3C01DA;
}
.TagClassName
{
border-color: #3C01DA;
}
</style>