Shades of Han Purple #3C26DE
Tints of Han Purple #3C26DE
RGB
CMYK
RGB Variations
Color information
#3C26DE (or 0x3C26DE) is known color: Han Purple. HEX triplet: 3C, 26 and DE. RGB value is (60,38,222). Sum of RGB (Red+Green+Blue) = 60+38+222=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 222 (87.11% from 255 or 69.38% from 320); Max value from RGB is 222 - color contains mainly: blue. Hex color #3C26DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C26DE is #C3D921. Grayscale: #404040. Windows color (decimal): -12835106 or 14558780. OLE color: 14558780.
HSL color Cylindrical-coordinate representation of color #3C26DE: hue angle of 247.17º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C26DE is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 38 | 222 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.13 |
| HSL | 247.17º | 0.74% | 0.51% | - |
| HSV(B) | 247.17º | 0.83% | 0.87% | - |
| XYZ | 15.74 | 7.62 | 69.75 | - |
| YUV | 65.55 | 216.29 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 222 | 0.73 | 0.83 | 0 | 0.13 | 247.17 | 0.74 | 0.51 |
| Hex | 3C | 26 | DE | 49 | 53 | 0 | D | F7 | 4A | 33 |
| Octal | 74 | 46 | 336 | 111 | 123 | 0 | 15 | 367 | 112 | 63 |
| Binary | 111100 | 100110 | 11011110 | 1001001 | 1010011 | 0 | 1101 | 11110111 | 1001010 | 110011 |
Color Harmonies of #3C26DE
Complementary color
Monochromatic Colors of #3C26DE
Black with #3C26DE
Text Example
Text Example
White with #3C26DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C26DE; }
p { color: rgb(60,38,222); }
H1.HeaderClassName
{
color: #3C26DE;
}
.AnyTagClassName
{
color: #3C26DE;
}
</style>
background-color css
<style>
a { background-color: #3C26DE; }
a { background-color: rgb(60,38,222); }
div.DivClassName
{
background-color: #3C26DE;
}
.BgClassName
{
background-color: #3C26DE;
}
</style>
border-color css
<style>
span { border-color: #3C26DE; }
span { border-color: rgb(60,38,222); }
td.TdClassName
{
border-color: #3C26DE;
}
.TagClassName
{
border-color: #3C26DE;
}
</style>