Shades of Han Purple #3C1ADA
Tints of Han Purple #3C1ADA
RGB
CMYK
RGB Variations
Color information
#3C1ADA (or 0x3C1ADA) is known color: Han Purple. HEX triplet: 3C, 1A and DA. RGB value is (60,26,218). Sum of RGB (Red+Green+Blue) = 60+26+218=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 218 (85.55% from 255 or 71.71% from 304); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C1ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1ADA is #C3E525. Grayscale: #393939. Windows color (decimal): -12838182 or 14293564. OLE color: 14293564.
HSL color Cylindrical-coordinate representation of color #3C1ADA: hue angle of 250.63º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C1ADA is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 26 | 218 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.15 |
| HSL | 250.63º | 0.79% | 0.48% | - |
| HSV(B) | 250.63º | 0.88% | 0.85% | - |
| XYZ | 14.89 | 6.76 | 66.85 | - |
| YUV | 58.05 | 218.26 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 26 | 218 | 0.72 | 0.88 | 0 | 0.15 | 250.63 | 0.79 | 0.48 |
| Hex | 3C | 1A | DA | 48 | 58 | 0 | F | FB | 4F | 30 |
| Octal | 74 | 32 | 332 | 110 | 130 | 0 | 17 | 373 | 117 | 60 |
| Binary | 111100 | 11010 | 11011010 | 1001000 | 1011000 | 0 | 1111 | 11111011 | 1001111 | 110000 |
Color Harmonies of #3C1ADA
Complementary color
Monochromatic Colors of #3C1ADA
Black with #3C1ADA
Text Example
Text Example
White with #3C1ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1ADA; }
p { color: rgb(60,26,218); }
H1.HeaderClassName
{
color: #3C1ADA;
}
.AnyTagClassName
{
color: #3C1ADA;
}
</style>
background-color css
<style>
a { background-color: #3C1ADA; }
a { background-color: rgb(60,26,218); }
div.DivClassName
{
background-color: #3C1ADA;
}
.BgClassName
{
background-color: #3C1ADA;
}
</style>
border-color css
<style>
span { border-color: #3C1ADA; }
span { border-color: rgb(60,26,218); }
td.TdClassName
{
border-color: #3C1ADA;
}
.TagClassName
{
border-color: #3C1ADA;
}
</style>