Shades of Han Purple #3C03CE
Tints of Han Purple #3C03CE
RGB
CMYK
RGB Variations
Color information
#3C03CE (or 0x3C03CE) is known color: Han Purple. HEX triplet: 3C, 03 and CE. RGB value is (60,3,206). Sum of RGB (Red+Green+Blue) = 60+3+206=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C03CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C03CE is #C3FC31. Grayscale: #2A2A2A. Windows color (decimal): -12844082 or 13501244. OLE color: 13501244.
HSL color Cylindrical-coordinate representation of color #3C03CE: hue angle of 256.85º degrees, saturation: 0.97, 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 #3C03CE is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 3 | 206 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.19 |
| HSL | 256.85º | 0.97% | 0.41% | - |
| HSV(B) | 256.85º | 0.99% | 0.81% | - |
| XYZ | 13.04 | 5.48 | 58.76 | - |
| YUV | 43.19 | 219.88 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 206 | 0.71 | 0.99 | 0 | 0.19 | 256.85 | 0.97 | 0.41 |
| Hex | 3C | 3 | CE | 47 | 63 | 0 | 13 | 101 | 61 | 29 |
| Octal | 74 | 3 | 316 | 107 | 143 | 0 | 23 | 401 | 141 | 51 |
| Binary | 111100 | 11 | 11001110 | 1000111 | 1100011 | 0 | 10011 | 100000001 | 1100001 | 101001 |
Color Harmonies of #3C03CE
Complementary color
Monochromatic Colors of #3C03CE
Black with #3C03CE
Text Example
Text Example
White with #3C03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C03CE; }
p { color: rgb(60,3,206); }
H1.HeaderClassName
{
color: #3C03CE;
}
.AnyTagClassName
{
color: #3C03CE;
}
</style>
background-color css
<style>
a { background-color: #3C03CE; }
a { background-color: rgb(60,3,206); }
div.DivClassName
{
background-color: #3C03CE;
}
.BgClassName
{
background-color: #3C03CE;
}
</style>
border-color css
<style>
span { border-color: #3C03CE; }
span { border-color: rgb(60,3,206); }
td.TdClassName
{
border-color: #3C03CE;
}
.TagClassName
{
border-color: #3C03CE;
}
</style>