Shades of Han Purple #3C0DE5
Tints of Han Purple #3C0DE5
RGB
CMYK
RGB Variations
Color information
#3C0DE5 (or 0x3C0DE5) is known color: Han Purple. HEX triplet: 3C, 0D and E5. RGB value is (60,13,229). Sum of RGB (Red+Green+Blue) = 60+13+229=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 229 (89.84% from 255 or 75.83% from 302); Max value from RGB is 229 - color contains mainly: blue. Hex color #3C0DE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0DE5 is #C3F21A. Grayscale: #323232. Windows color (decimal): -12841499 or 15011132. OLE color: 15011132.
HSL color Cylindrical-coordinate representation of color #3C0DE5: hue angle of 253.06º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0DE5 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 13 | 229 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.10 |
| HSL | 253.06º | 0.89% | 0.47% | - |
| HSV(B) | 253.06º | 0.94% | 0.9% | - |
| XYZ | 16.15 | 6.91 | 74.61 | - |
| YUV | 51.68 | 228.07 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 229 | 0.74 | 0.94 | 0 | 0.10 | 253.06 | 0.89 | 0.47 |
| Hex | 3C | D | E5 | 4A | 5E | 0 | A | FD | 59 | 2F |
| Octal | 74 | 15 | 345 | 112 | 136 | 0 | 12 | 375 | 131 | 57 |
| Binary | 111100 | 1101 | 11100101 | 1001010 | 1011110 | 0 | 1010 | 11111101 | 1011001 | 101111 |
Color Harmonies of #3C0DE5
Complementary color
Monochromatic Colors of #3C0DE5
Black with #3C0DE5
Text Example
Text Example
White with #3C0DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0DE5; }
p { color: rgb(60,13,229); }
H1.HeaderClassName
{
color: #3C0DE5;
}
.AnyTagClassName
{
color: #3C0DE5;
}
</style>
background-color css
<style>
a { background-color: #3C0DE5; }
a { background-color: rgb(60,13,229); }
div.DivClassName
{
background-color: #3C0DE5;
}
.BgClassName
{
background-color: #3C0DE5;
}
</style>
border-color css
<style>
span { border-color: #3C0DE5; }
span { border-color: rgb(60,13,229); }
td.TdClassName
{
border-color: #3C0DE5;
}
.TagClassName
{
border-color: #3C0DE5;
}
</style>