Shades of Han Purple #3C2BEF
Tints of Han Purple #3C2BEF
RGB
CMYK
RGB Variations
Color information
#3C2BEF (or 0x3C2BEF) is known color: Han Purple. HEX triplet: 3C, 2B and EF. RGB value is (60,43,239). Sum of RGB (Red+Green+Blue) = 60+43+239=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 239 (93.75% from 255 or 69.88% from 342); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C2BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C2BEF is #C3D410. Grayscale: #454545. Windows color (decimal): -12833809 or 15674172. OLE color: 15674172.
HSL color Cylindrical-coordinate representation of color #3C2BEF: hue angle of 245.2º 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 #3C2BEF is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 43 | 239 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.06 |
| HSL | 245.2º | 0.86% | 0.55% | - |
| HSV(B) | 245.2º | 0.82% | 0.94% | - |
| XYZ | 18.31 | 8.92 | 82.42 | - |
| YUV | 70.43 | 223.13 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 239 | 0.75 | 0.82 | 0 | 0.06 | 245.2 | 0.86 | 0.55 |
| Hex | 3C | 2B | EF | 4B | 52 | 0 | 6 | F5 | 56 | 37 |
| Octal | 74 | 53 | 357 | 113 | 122 | 0 | 6 | 365 | 126 | 67 |
| Binary | 111100 | 101011 | 11101111 | 1001011 | 1010010 | 0 | 110 | 11110101 | 1010110 | 110111 |
Color Harmonies of #3C2BEF
Complementary color
Monochromatic Colors of #3C2BEF
Black with #3C2BEF
Text Example
Text Example
White with #3C2BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2BEF; }
p { color: rgb(60,43,239); }
H1.HeaderClassName
{
color: #3C2BEF;
}
.AnyTagClassName
{
color: #3C2BEF;
}
</style>
background-color css
<style>
a { background-color: #3C2BEF; }
a { background-color: rgb(60,43,239); }
div.DivClassName
{
background-color: #3C2BEF;
}
.BgClassName
{
background-color: #3C2BEF;
}
</style>
border-color css
<style>
span { border-color: #3C2BEF; }
span { border-color: rgb(60,43,239); }
td.TdClassName
{
border-color: #3C2BEF;
}
.TagClassName
{
border-color: #3C2BEF;
}
</style>