Shades of Han Purple #3C06EF
Tints of Han Purple #3C06EF
RGB
CMYK
RGB Variations
Color information
#3C06EF (or 0x3C06EF) is known color: Han Purple. HEX triplet: 3C, 06 and EF. RGB value is (60,6,239). Sum of RGB (Red+Green+Blue) = 60+6+239=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 239 (93.75% from 255 or 78.36% from 305); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C06EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C06EF is #C3F910. Grayscale: #2F2F2F. Windows color (decimal): -12843281 or 15664700. OLE color: 15664700.
HSL color Cylindrical-coordinate representation of color #3C06EF: hue angle of 253.91º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C06EF is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 6 | 239 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.06 |
| HSL | 253.91º | 0.95% | 0.48% | - |
| HSV(B) | 253.91º | 0.97% | 0.94% | - |
| XYZ | 17.51 | 7.32 | 82.15 | - |
| YUV | 48.71 | 235.39 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 239 | 0.75 | 0.97 | 0 | 0.06 | 253.91 | 0.95 | 0.48 |
| Hex | 3C | 6 | EF | 4B | 61 | 0 | 6 | FE | 5F | 30 |
| Octal | 74 | 6 | 357 | 113 | 141 | 0 | 6 | 376 | 137 | 60 |
| Binary | 111100 | 110 | 11101111 | 1001011 | 1100001 | 0 | 110 | 11111110 | 1011111 | 110000 |
Color Harmonies of #3C06EF
Complementary color
Monochromatic Colors of #3C06EF
Black with #3C06EF
Text Example
Text Example
White with #3C06EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C06EF; }
p { color: rgb(60,6,239); }
H1.HeaderClassName
{
color: #3C06EF;
}
.AnyTagClassName
{
color: #3C06EF;
}
</style>
background-color css
<style>
a { background-color: #3C06EF; }
a { background-color: rgb(60,6,239); }
div.DivClassName
{
background-color: #3C06EF;
}
.BgClassName
{
background-color: #3C06EF;
}
</style>
border-color css
<style>
span { border-color: #3C06EF; }
span { border-color: rgb(60,6,239); }
td.TdClassName
{
border-color: #3C06EF;
}
.TagClassName
{
border-color: #3C06EF;
}
</style>