Shades of Han Purple #3C2DDF
Tints of Han Purple #3C2DDF
RGB
CMYK
RGB Variations
Color information
#3C2DDF (or 0x3C2DDF) is known color: Han Purple. HEX triplet: 3C, 2D and DF. RGB value is (60,45,223). Sum of RGB (Red+Green+Blue) = 60+45+223=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C2DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2DDF is #C3D220. Grayscale: #454545. Windows color (decimal): -12833313 or 14626108. OLE color: 14626108.
HSL color Cylindrical-coordinate representation of color #3C2DDF: hue angle of 245.06º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C2DDF is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 45 | 223 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.13 |
| HSL | 245.06º | 0.74% | 0.53% | - |
| HSV(B) | 245.06º | 0.8% | 0.87% | - |
| XYZ | 16.12 | 8.17 | 70.54 | - |
| YUV | 69.78 | 214.47 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 45 | 223 | 0.73 | 0.80 | 0 | 0.13 | 245.06 | 0.74 | 0.53 |
| Hex | 3C | 2D | DF | 49 | 50 | 0 | D | F5 | 4A | 35 |
| Octal | 74 | 55 | 337 | 111 | 120 | 0 | 15 | 365 | 112 | 65 |
| Binary | 111100 | 101101 | 11011111 | 1001001 | 1010000 | 0 | 1101 | 11110101 | 1001010 | 110101 |
Color Harmonies of #3C2DDF
Complementary color
Monochromatic Colors of #3C2DDF
Black with #3C2DDF
Text Example
Text Example
White with #3C2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2DDF; }
p { color: rgb(60,45,223); }
H1.HeaderClassName
{
color: #3C2DDF;
}
.AnyTagClassName
{
color: #3C2DDF;
}
</style>
background-color css
<style>
a { background-color: #3C2DDF; }
a { background-color: rgb(60,45,223); }
div.DivClassName
{
background-color: #3C2DDF;
}
.BgClassName
{
background-color: #3C2DDF;
}
</style>
border-color css
<style>
span { border-color: #3C2DDF; }
span { border-color: rgb(60,45,223); }
td.TdClassName
{
border-color: #3C2DDF;
}
.TagClassName
{
border-color: #3C2DDF;
}
</style>