Shades of Han Purple #3C06ED
Tints of Han Purple #3C06ED
RGB
CMYK
RGB Variations
Color information
#3C06ED (or 0x3C06ED) is known color: Han Purple. HEX triplet: 3C, 06 and ED. RGB value is (60,6,237). Sum of RGB (Red+Green+Blue) = 60+6+237=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 237 (92.97% from 255 or 78.22% from 303); Max value from RGB is 237 - color contains mainly: blue. Hex color #3C06ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C06ED is #C3F912. Grayscale: #2F2F2F. Windows color (decimal): -12843283 or 15533628. OLE color: 15533628.
HSL color Cylindrical-coordinate representation of color #3C06ED: hue angle of 254.03º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C06ED is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 6 | 237 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.07 |
| HSL | 254.03º | 0.95% | 0.48% | - |
| HSV(B) | 254.03º | 0.97% | 0.93% | - |
| XYZ | 17.21 | 7.21 | 80.6 | - |
| YUV | 48.48 | 234.39 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 237 | 0.75 | 0.97 | 0 | 0.07 | 254.03 | 0.95 | 0.48 |
| Hex | 3C | 6 | ED | 4B | 61 | 0 | 7 | FE | 5F | 30 |
| Octal | 74 | 6 | 355 | 113 | 141 | 0 | 7 | 376 | 137 | 60 |
| Binary | 111100 | 110 | 11101101 | 1001011 | 1100001 | 0 | 111 | 11111110 | 1011111 | 110000 |
Color Harmonies of #3C06ED
Complementary color
Monochromatic Colors of #3C06ED
Black with #3C06ED
Text Example
Text Example
White with #3C06ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C06ED; }
p { color: rgb(60,6,237); }
H1.HeaderClassName
{
color: #3C06ED;
}
.AnyTagClassName
{
color: #3C06ED;
}
</style>
background-color css
<style>
a { background-color: #3C06ED; }
a { background-color: rgb(60,6,237); }
div.DivClassName
{
background-color: #3C06ED;
}
.BgClassName
{
background-color: #3C06ED;
}
</style>
border-color css
<style>
span { border-color: #3C06ED; }
span { border-color: rgb(60,6,237); }
td.TdClassName
{
border-color: #3C06ED;
}
.TagClassName
{
border-color: #3C06ED;
}
</style>