Shades of Han Purple #3C06C9
Tints of Han Purple #3C06C9
RGB
CMYK
RGB Variations
Color information
#3C06C9 (or 0x3C06C9) is known color: Han Purple. HEX triplet: 3C, 06 and C9. RGB value is (60,6,201). Sum of RGB (Red+Green+Blue) = 60+6+201=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 201 (78.91% from 255 or 75.28% from 267); Max value from RGB is 201 - color contains mainly: blue. Hex color #3C06C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C06C9 is #C3F936. Grayscale: #2B2B2B. Windows color (decimal): -12843319 or 13174332. OLE color: 13174332.
HSL color Cylindrical-coordinate representation of color #3C06C9: hue angle of 256.62º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C06C9 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 6 | 201 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.21 |
| HSL | 256.62º | 0.94% | 0.41% | - |
| HSV(B) | 256.62º | 0.97% | 0.79% | - |
| XYZ | 12.47 | 5.31 | 55.63 | - |
| YUV | 44.38 | 216.39 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 201 | 0.70 | 0.97 | 0 | 0.21 | 256.62 | 0.94 | 0.41 |
| Hex | 3C | 6 | C9 | 46 | 61 | 0 | 15 | 101 | 5E | 29 |
| Octal | 74 | 6 | 311 | 106 | 141 | 0 | 25 | 401 | 136 | 51 |
| Binary | 111100 | 110 | 11001001 | 1000110 | 1100001 | 0 | 10101 | 100000001 | 1011110 | 101001 |
Color Harmonies of #3C06C9
Complementary color
Monochromatic Colors of #3C06C9
Black with #3C06C9
Text Example
Text Example
White with #3C06C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C06C9; }
p { color: rgb(60,6,201); }
H1.HeaderClassName
{
color: #3C06C9;
}
.AnyTagClassName
{
color: #3C06C9;
}
</style>
background-color css
<style>
a { background-color: #3C06C9; }
a { background-color: rgb(60,6,201); }
div.DivClassName
{
background-color: #3C06C9;
}
.BgClassName
{
background-color: #3C06C9;
}
</style>
border-color css
<style>
span { border-color: #3C06C9; }
span { border-color: rgb(60,6,201); }
td.TdClassName
{
border-color: #3C06C9;
}
.TagClassName
{
border-color: #3C06C9;
}
</style>