Shades of Han Purple #3C06CB
Tints of Han Purple #3C06CB
RGB
CMYK
RGB Variations
Color information
#3C06CB (or 0x3C06CB) is known color: Han Purple. HEX triplet: 3C, 06 and CB. RGB value is (60,6,203). Sum of RGB (Red+Green+Blue) = 60+6+203=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C06CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C06CB is #C3F934. Grayscale: #2B2B2B. Windows color (decimal): -12843317 or 13305404. OLE color: 13305404.
HSL color Cylindrical-coordinate representation of color #3C06CB: hue angle of 256.45º 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 #3C06CB is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 6 | 203 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.20 |
| HSL | 256.45º | 0.94% | 0.41% | - |
| HSV(B) | 256.45º | 0.97% | 0.8% | - |
| XYZ | 12.71 | 5.4 | 56.87 | - |
| YUV | 44.6 | 217.39 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 203 | 0.70 | 0.97 | 0 | 0.20 | 256.45 | 0.94 | 0.41 |
| Hex | 3C | 6 | CB | 46 | 61 | 0 | 14 | 100 | 5E | 29 |
| Octal | 74 | 6 | 313 | 106 | 141 | 0 | 24 | 400 | 136 | 51 |
| Binary | 111100 | 110 | 11001011 | 1000110 | 1100001 | 0 | 10100 | 100000000 | 1011110 | 101001 |
Color Harmonies of #3C06CB
Complementary color
Monochromatic Colors of #3C06CB
Black with #3C06CB
Text Example
Text Example
White with #3C06CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C06CB; }
p { color: rgb(60,6,203); }
H1.HeaderClassName
{
color: #3C06CB;
}
.AnyTagClassName
{
color: #3C06CB;
}
</style>
background-color css
<style>
a { background-color: #3C06CB; }
a { background-color: rgb(60,6,203); }
div.DivClassName
{
background-color: #3C06CB;
}
.BgClassName
{
background-color: #3C06CB;
}
</style>
border-color css
<style>
span { border-color: #3C06CB; }
span { border-color: rgb(60,6,203); }
td.TdClassName
{
border-color: #3C06CB;
}
.TagClassName
{
border-color: #3C06CB;
}
</style>