Shades of Han Purple #3C03DD
Tints of Han Purple #3C03DD
RGB
CMYK
RGB Variations
Color information
#3C03DD (or 0x3C03DD) is known color: Han Purple. HEX triplet: 3C, 03 and DD. RGB value is (60,3,221). Sum of RGB (Red+Green+Blue) = 60+3+221=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C03DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C03DD is #C3FC22. Grayscale: #2C2C2C. Windows color (decimal): -12844067 or 14484284. OLE color: 14484284.
HSL color Cylindrical-coordinate representation of color #3C03DD: hue angle of 255.69º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C03DD is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 3 | 221 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.13 |
| HSL | 255.69º | 0.97% | 0.44% | - |
| HSV(B) | 255.69º | 0.99% | 0.87% | - |
| XYZ | 14.95 | 6.25 | 68.82 | - |
| YUV | 44.9 | 227.38 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 221 | 0.73 | 0.99 | 0 | 0.13 | 255.69 | 0.97 | 0.44 |
| Hex | 3C | 3 | DD | 49 | 63 | 0 | D | 100 | 61 | 2C |
| Octal | 74 | 3 | 335 | 111 | 143 | 0 | 15 | 400 | 141 | 54 |
| Binary | 111100 | 11 | 11011101 | 1001001 | 1100011 | 0 | 1101 | 100000000 | 1100001 | 101100 |
Color Harmonies of #3C03DD
Complementary color
Monochromatic Colors of #3C03DD
Black with #3C03DD
Text Example
Text Example
White with #3C03DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C03DD; }
p { color: rgb(60,3,221); }
H1.HeaderClassName
{
color: #3C03DD;
}
.AnyTagClassName
{
color: #3C03DD;
}
</style>
background-color css
<style>
a { background-color: #3C03DD; }
a { background-color: rgb(60,3,221); }
div.DivClassName
{
background-color: #3C03DD;
}
.BgClassName
{
background-color: #3C03DD;
}
</style>
border-color css
<style>
span { border-color: #3C03DD; }
span { border-color: rgb(60,3,221); }
td.TdClassName
{
border-color: #3C03DD;
}
.TagClassName
{
border-color: #3C03DD;
}
</style>