Shades of Han Purple #3C03CD
Tints of Han Purple #3C03CD
RGB
CMYK
RGB Variations
Color information
#3C03CD (or 0x3C03CD) is known color: Han Purple. HEX triplet: 3C, 03 and CD. RGB value is (60,3,205). Sum of RGB (Red+Green+Blue) = 60+3+205=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C03CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C03CD is #C3FC32. Grayscale: #2A2A2A. Windows color (decimal): -12844083 or 13435708. OLE color: 13435708.
HSL color Cylindrical-coordinate representation of color #3C03CD: hue angle of 256.93º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C03CD is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 3 | 205 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.20 |
| HSL | 256.93º | 0.97% | 0.41% | - |
| HSV(B) | 256.93º | 0.99% | 0.8% | - |
| XYZ | 12.92 | 5.43 | 58.13 | - |
| YUV | 43.07 | 219.38 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 205 | 0.71 | 0.99 | 0 | 0.20 | 256.93 | 0.97 | 0.41 |
| Hex | 3C | 3 | CD | 47 | 63 | 0 | 14 | 101 | 61 | 29 |
| Octal | 74 | 3 | 315 | 107 | 143 | 0 | 24 | 401 | 141 | 51 |
| Binary | 111100 | 11 | 11001101 | 1000111 | 1100011 | 0 | 10100 | 100000001 | 1100001 | 101001 |
Color Harmonies of #3C03CD
Complementary color
Monochromatic Colors of #3C03CD
Black with #3C03CD
Text Example
Text Example
White with #3C03CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C03CD; }
p { color: rgb(60,3,205); }
H1.HeaderClassName
{
color: #3C03CD;
}
.AnyTagClassName
{
color: #3C03CD;
}
</style>
background-color css
<style>
a { background-color: #3C03CD; }
a { background-color: rgb(60,3,205); }
div.DivClassName
{
background-color: #3C03CD;
}
.BgClassName
{
background-color: #3C03CD;
}
</style>
border-color css
<style>
span { border-color: #3C03CD; }
span { border-color: rgb(60,3,205); }
td.TdClassName
{
border-color: #3C03CD;
}
.TagClassName
{
border-color: #3C03CD;
}
</style>