Shades of Han Purple #3C1ACE
Tints of Han Purple #3C1ACE
RGB
CMYK
RGB Variations
Color information
#3C1ACE (or 0x3C1ACE) is known color: Han Purple. HEX triplet: 3C, 1A and CE. RGB value is (60,26,206). Sum of RGB (Red+Green+Blue) = 60+26+206=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C1ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1ACE is #C3E531. Grayscale: #383838. Windows color (decimal): -12838194 or 13507132. OLE color: 13507132.
HSL color Cylindrical-coordinate representation of color #3C1ACE: hue angle of 251.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C1ACE is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 26 | 206 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.19 |
| HSL | 251.33º | 0.78% | 0.45% | - |
| HSV(B) | 251.33º | 0.87% | 0.81% | - |
| XYZ | 13.37 | 6.16 | 58.88 | - |
| YUV | 56.69 | 212.26 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 26 | 206 | 0.71 | 0.87 | 0 | 0.19 | 251.33 | 0.78 | 0.45 |
| Hex | 3C | 1A | CE | 47 | 57 | 0 | 13 | FB | 4E | 2D |
| Octal | 74 | 32 | 316 | 107 | 127 | 0 | 23 | 373 | 116 | 55 |
| Binary | 111100 | 11010 | 11001110 | 1000111 | 1010111 | 0 | 10011 | 11111011 | 1001110 | 101101 |
Color Harmonies of #3C1ACE
Complementary color
Monochromatic Colors of #3C1ACE
Black with #3C1ACE
Text Example
Text Example
White with #3C1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1ACE; }
p { color: rgb(60,26,206); }
H1.HeaderClassName
{
color: #3C1ACE;
}
.AnyTagClassName
{
color: #3C1ACE;
}
</style>
background-color css
<style>
a { background-color: #3C1ACE; }
a { background-color: rgb(60,26,206); }
div.DivClassName
{
background-color: #3C1ACE;
}
.BgClassName
{
background-color: #3C1ACE;
}
</style>
border-color css
<style>
span { border-color: #3C1ACE; }
span { border-color: rgb(60,26,206); }
td.TdClassName
{
border-color: #3C1ACE;
}
.TagClassName
{
border-color: #3C1ACE;
}
</style>