Shades of Han Purple #3C2AEF
Tints of Han Purple #3C2AEF
RGB
CMYK
RGB Variations
Color information
#3C2AEF (or 0x3C2AEF) is known color: Han Purple. HEX triplet: 3C, 2A and EF. RGB value is (60,42,239). Sum of RGB (Red+Green+Blue) = 60+42+239=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C2AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C2AEF is #C3D510. Grayscale: #454545. Windows color (decimal): -12834065 or 15673916. OLE color: 15673916.
HSL color Cylindrical-coordinate representation of color #3C2AEF: hue angle of 245.48º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C2AEF is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 42 | 239 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.06 |
| HSL | 245.48º | 0.86% | 0.55% | - |
| HSV(B) | 245.48º | 0.82% | 0.94% | - |
| XYZ | 18.27 | 8.85 | 82.41 | - |
| YUV | 69.84 | 223.46 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 42 | 239 | 0.75 | 0.82 | 0 | 0.06 | 245.48 | 0.86 | 0.55 |
| Hex | 3C | 2A | EF | 4B | 52 | 0 | 6 | F5 | 56 | 37 |
| Octal | 74 | 52 | 357 | 113 | 122 | 0 | 6 | 365 | 126 | 67 |
| Binary | 111100 | 101010 | 11101111 | 1001011 | 1010010 | 0 | 110 | 11110101 | 1010110 | 110111 |
Color Harmonies of #3C2AEF
Complementary color
Monochromatic Colors of #3C2AEF
Black with #3C2AEF
Text Example
Text Example
White with #3C2AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2AEF; }
p { color: rgb(60,42,239); }
H1.HeaderClassName
{
color: #3C2AEF;
}
.AnyTagClassName
{
color: #3C2AEF;
}
</style>
background-color css
<style>
a { background-color: #3C2AEF; }
a { background-color: rgb(60,42,239); }
div.DivClassName
{
background-color: #3C2AEF;
}
.BgClassName
{
background-color: #3C2AEF;
}
</style>
border-color css
<style>
span { border-color: #3C2AEF; }
span { border-color: rgb(60,42,239); }
td.TdClassName
{
border-color: #3C2AEF;
}
.TagClassName
{
border-color: #3C2AEF;
}
</style>