Shades of Han Purple #3C26E4
Tints of Han Purple #3C26E4
RGB
CMYK
RGB Variations
Color information
#3C26E4 (or 0x3C26E4) is known color: Han Purple. HEX triplet: 3C, 26 and E4. RGB value is (60,38,228). Sum of RGB (Red+Green+Blue) = 60+38+228=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 228 (89.45% from 255 or 69.94% from 326); Max value from RGB is 228 - color contains mainly: blue. Hex color #3C26E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C26E4 is #C3D91B. Grayscale: #414141. Windows color (decimal): -12835100 or 14951996. OLE color: 14951996.
HSL color Cylindrical-coordinate representation of color #3C26E4: hue angle of 246.95º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C26E4 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 38 | 228 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.11 |
| HSL | 246.95º | 0.78% | 0.52% | - |
| HSV(B) | 246.95º | 0.83% | 0.89% | - |
| XYZ | 16.56 | 7.95 | 74.06 | - |
| YUV | 66.24 | 219.29 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 228 | 0.74 | 0.83 | 0 | 0.11 | 246.95 | 0.78 | 0.52 |
| Hex | 3C | 26 | E4 | 4A | 53 | 0 | B | F7 | 4E | 34 |
| Octal | 74 | 46 | 344 | 112 | 123 | 0 | 13 | 367 | 116 | 64 |
| Binary | 111100 | 100110 | 11100100 | 1001010 | 1010011 | 0 | 1011 | 11110111 | 1001110 | 110100 |
Color Harmonies of #3C26E4
Complementary color
Monochromatic Colors of #3C26E4
Black with #3C26E4
Text Example
Text Example
White with #3C26E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C26E4; }
p { color: rgb(60,38,228); }
H1.HeaderClassName
{
color: #3C26E4;
}
.AnyTagClassName
{
color: #3C26E4;
}
</style>
background-color css
<style>
a { background-color: #3C26E4; }
a { background-color: rgb(60,38,228); }
div.DivClassName
{
background-color: #3C26E4;
}
.BgClassName
{
background-color: #3C26E4;
}
</style>
border-color css
<style>
span { border-color: #3C26E4; }
span { border-color: rgb(60,38,228); }
td.TdClassName
{
border-color: #3C26E4;
}
.TagClassName
{
border-color: #3C26E4;
}
</style>