Shades of Han Purple #3C0ADA
Tints of Han Purple #3C0ADA
RGB
CMYK
RGB Variations
Color information
#3C0ADA (or 0x3C0ADA) is known color: Han Purple. HEX triplet: 3C, 0A and DA. RGB value is (60,10,218). Sum of RGB (Red+Green+Blue) = 60+10+218=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 218 (85.55% from 255 or 75.69% from 288); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C0ADA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0ADA is #C3F525. Grayscale: #2F2F2F. Windows color (decimal): -12842278 or 14289468. OLE color: 14289468.
HSL color Cylindrical-coordinate representation of color #3C0ADA: hue angle of 254.42º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0ADA is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 10 | 218 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.15 |
| HSL | 254.42º | 0.91% | 0.45% | - |
| HSV(B) | 254.42º | 0.95% | 0.85% | - |
| XYZ | 14.63 | 6.24 | 66.76 | - |
| YUV | 48.66 | 223.57 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 10 | 218 | 0.72 | 0.95 | 0 | 0.15 | 254.42 | 0.91 | 0.45 |
| Hex | 3C | A | DA | 48 | 5F | 0 | F | FE | 5B | 2D |
| Octal | 74 | 12 | 332 | 110 | 137 | 0 | 17 | 376 | 133 | 55 |
| Binary | 111100 | 1010 | 11011010 | 1001000 | 1011111 | 0 | 1111 | 11111110 | 1011011 | 101101 |
Color Harmonies of #3C0ADA
Complementary color
Monochromatic Colors of #3C0ADA
Black with #3C0ADA
Text Example
Text Example
White with #3C0ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0ADA; }
p { color: rgb(60,10,218); }
H1.HeaderClassName
{
color: #3C0ADA;
}
.AnyTagClassName
{
color: #3C0ADA;
}
</style>
background-color css
<style>
a { background-color: #3C0ADA; }
a { background-color: rgb(60,10,218); }
div.DivClassName
{
background-color: #3C0ADA;
}
.BgClassName
{
background-color: #3C0ADA;
}
</style>
border-color css
<style>
span { border-color: #3C0ADA; }
span { border-color: rgb(60,10,218); }
td.TdClassName
{
border-color: #3C0ADA;
}
.TagClassName
{
border-color: #3C0ADA;
}
</style>