Shades of Han Purple #3C06CD
Tints of Han Purple #3C06CD
RGB
CMYK
RGB Variations
Color information
#3C06CD (or 0x3C06CD) is known color: Han Purple. HEX triplet: 3C, 06 and CD. RGB value is (60,6,205). Sum of RGB (Red+Green+Blue) = 60+6+205=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 205 (80.47% from 255 or 75.65% from 271); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C06CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C06CD is #C3F932. Grayscale: #2C2C2C. Windows color (decimal): -12843315 or 13436476. OLE color: 13436476.
HSL color Cylindrical-coordinate representation of color #3C06CD: hue angle of 256.28º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C06CD is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 6 | 205 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.20 |
| HSL | 256.28º | 0.94% | 0.41% | - |
| HSV(B) | 256.28º | 0.97% | 0.8% | - |
| XYZ | 12.95 | 5.5 | 58.14 | - |
| YUV | 44.83 | 218.39 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 205 | 0.71 | 0.97 | 0 | 0.20 | 256.28 | 0.94 | 0.41 |
| Hex | 3C | 6 | CD | 47 | 61 | 0 | 14 | 100 | 5E | 29 |
| Octal | 74 | 6 | 315 | 107 | 141 | 0 | 24 | 400 | 136 | 51 |
| Binary | 111100 | 110 | 11001101 | 1000111 | 1100001 | 0 | 10100 | 100000000 | 1011110 | 101001 |
Color Harmonies of #3C06CD
Complementary color
Monochromatic Colors of #3C06CD
Black with #3C06CD
Text Example
Text Example
White with #3C06CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C06CD; }
p { color: rgb(60,6,205); }
H1.HeaderClassName
{
color: #3C06CD;
}
.AnyTagClassName
{
color: #3C06CD;
}
</style>
background-color css
<style>
a { background-color: #3C06CD; }
a { background-color: rgb(60,6,205); }
div.DivClassName
{
background-color: #3C06CD;
}
.BgClassName
{
background-color: #3C06CD;
}
</style>
border-color css
<style>
span { border-color: #3C06CD; }
span { border-color: rgb(60,6,205); }
td.TdClassName
{
border-color: #3C06CD;
}
.TagClassName
{
border-color: #3C06CD;
}
</style>