Shades of Han Purple #3C2DEF
Tints of Han Purple #3C2DEF
RGB
CMYK
RGB Variations
Color information
#3C2DEF (or 0x3C2DEF) is known color: Han Purple. HEX triplet: 3C, 2D and EF. RGB value is (60,45,239). Sum of RGB (Red+Green+Blue) = 60+45+239=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 239 (93.75% from 255 or 69.48% from 344); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C2DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C2DEF is #C3D210. Grayscale: #464646. Windows color (decimal): -12833297 or 15674684. OLE color: 15674684.
HSL color Cylindrical-coordinate representation of color #3C2DEF: hue angle of 244.64º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C2DEF is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 45 | 239 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.06 |
| HSL | 244.64º | 0.86% | 0.56% | - |
| HSV(B) | 244.64º | 0.81% | 0.94% | - |
| XYZ | 18.38 | 9.07 | 82.44 | - |
| YUV | 71.6 | 222.47 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 45 | 239 | 0.75 | 0.81 | 0 | 0.06 | 244.64 | 0.86 | 0.56 |
| Hex | 3C | 2D | EF | 4B | 51 | 0 | 6 | F5 | 56 | 38 |
| Octal | 74 | 55 | 357 | 113 | 121 | 0 | 6 | 365 | 126 | 70 |
| Binary | 111100 | 101101 | 11101111 | 1001011 | 1010001 | 0 | 110 | 11110101 | 1010110 | 111000 |
Color Harmonies of #3C2DEF
Complementary color
Monochromatic Colors of #3C2DEF
Black with #3C2DEF
Text Example
Text Example
White with #3C2DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2DEF; }
p { color: rgb(60,45,239); }
H1.HeaderClassName
{
color: #3C2DEF;
}
.AnyTagClassName
{
color: #3C2DEF;
}
</style>
background-color css
<style>
a { background-color: #3C2DEF; }
a { background-color: rgb(60,45,239); }
div.DivClassName
{
background-color: #3C2DEF;
}
.BgClassName
{
background-color: #3C2DEF;
}
</style>
border-color css
<style>
span { border-color: #3C2DEF; }
span { border-color: rgb(60,45,239); }
td.TdClassName
{
border-color: #3C2DEF;
}
.TagClassName
{
border-color: #3C2DEF;
}
</style>