Shades of Han Purple #3C26DC
Tints of Han Purple #3C26DC
RGB
CMYK
RGB Variations
Color information
#3C26DC (or 0x3C26DC) is known color: Han Purple. HEX triplet: 3C, 26 and DC. RGB value is (60,38,220). Sum of RGB (Red+Green+Blue) = 60+38+220=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C26DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C26DC is #C3D923. Grayscale: #404040. Windows color (decimal): -12835108 or 14427708. OLE color: 14427708.
HSL color Cylindrical-coordinate representation of color #3C26DC: hue angle of 247.25º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C26DC is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 38 | 220 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.14 |
| HSL | 247.25º | 0.72% | 0.51% | - |
| HSV(B) | 247.25º | 0.83% | 0.86% | - |
| XYZ | 15.47 | 7.51 | 68.34 | - |
| YUV | 65.33 | 215.29 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 220 | 0.73 | 0.83 | 0 | 0.14 | 247.25 | 0.72 | 0.51 |
| Hex | 3C | 26 | DC | 49 | 53 | 0 | E | F7 | 48 | 33 |
| Octal | 74 | 46 | 334 | 111 | 123 | 0 | 16 | 367 | 110 | 63 |
| Binary | 111100 | 100110 | 11011100 | 1001001 | 1010011 | 0 | 1110 | 11110111 | 1001000 | 110011 |
Color Harmonies of #3C26DC
Complementary color
Monochromatic Colors of #3C26DC
Black with #3C26DC
Text Example
Text Example
White with #3C26DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C26DC; }
p { color: rgb(60,38,220); }
H1.HeaderClassName
{
color: #3C26DC;
}
.AnyTagClassName
{
color: #3C26DC;
}
</style>
background-color css
<style>
a { background-color: #3C26DC; }
a { background-color: rgb(60,38,220); }
div.DivClassName
{
background-color: #3C26DC;
}
.BgClassName
{
background-color: #3C26DC;
}
</style>
border-color css
<style>
span { border-color: #3C26DC; }
span { border-color: rgb(60,38,220); }
td.TdClassName
{
border-color: #3C26DC;
}
.TagClassName
{
border-color: #3C26DC;
}
</style>