Shades of Han Purple #3C02CE
Tints of Han Purple #3C02CE
RGB
CMYK
RGB Variations
Color information
#3C02CE (or 0x3C02CE) is known color: Han Purple. HEX triplet: 3C, 02 and CE. RGB value is (60,2,206). Sum of RGB (Red+Green+Blue) = 60+2+206=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C02CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C02CE is #C3FD31. Grayscale: #292929. Windows color (decimal): -12844338 or 13500988. OLE color: 13500988.
HSL color Cylindrical-coordinate representation of color #3C02CE: hue angle of 257.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C02CE is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 2 | 206 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.19 |
| HSL | 257.06º | 0.98% | 0.41% | - |
| HSV(B) | 257.06º | 0.99% | 0.81% | - |
| XYZ | 13.03 | 5.46 | 58.76 | - |
| YUV | 42.6 | 220.22 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 206 | 0.71 | 0.99 | 0 | 0.19 | 257.06 | 0.98 | 0.41 |
| Hex | 3C | 2 | CE | 47 | 63 | 0 | 13 | 101 | 62 | 29 |
| Octal | 74 | 2 | 316 | 107 | 143 | 0 | 23 | 401 | 142 | 51 |
| Binary | 111100 | 10 | 11001110 | 1000111 | 1100011 | 0 | 10011 | 100000001 | 1100010 | 101001 |
Color Harmonies of #3C02CE
Complementary color
Monochromatic Colors of #3C02CE
Black with #3C02CE
Text Example
Text Example
White with #3C02CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C02CE; }
p { color: rgb(60,2,206); }
H1.HeaderClassName
{
color: #3C02CE;
}
.AnyTagClassName
{
color: #3C02CE;
}
</style>
background-color css
<style>
a { background-color: #3C02CE; }
a { background-color: rgb(60,2,206); }
div.DivClassName
{
background-color: #3C02CE;
}
.BgClassName
{
background-color: #3C02CE;
}
</style>
border-color css
<style>
span { border-color: #3C02CE; }
span { border-color: rgb(60,2,206); }
td.TdClassName
{
border-color: #3C02CE;
}
.TagClassName
{
border-color: #3C02CE;
}
</style>