Shades of Han Purple #3C02DB
Tints of Han Purple #3C02DB
RGB
CMYK
RGB Variations
Color information
#3C02DB (or 0x3C02DB) is known color: Han Purple. HEX triplet: 3C, 02 and DB. RGB value is (60,2,219). Sum of RGB (Red+Green+Blue) = 60+2+219=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C02DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C02DB is #C3FD24. Grayscale: #2B2B2B. Windows color (decimal): -12844325 or 14352956. OLE color: 14352956.
HSL color Cylindrical-coordinate representation of color #3C02DB: hue angle of 256.04º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C02DB is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 2 | 219 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.14 |
| HSL | 256.04º | 0.98% | 0.43% | - |
| HSV(B) | 256.04º | 0.99% | 0.86% | - |
| XYZ | 14.67 | 6.12 | 67.43 | - |
| YUV | 44.08 | 226.72 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 219 | 0.73 | 0.99 | 0 | 0.14 | 256.04 | 0.98 | 0.43 |
| Hex | 3C | 2 | DB | 49 | 63 | 0 | E | 100 | 62 | 2B |
| Octal | 74 | 2 | 333 | 111 | 143 | 0 | 16 | 400 | 142 | 53 |
| Binary | 111100 | 10 | 11011011 | 1001001 | 1100011 | 0 | 1110 | 100000000 | 1100010 | 101011 |
Color Harmonies of #3C02DB
Complementary color
Monochromatic Colors of #3C02DB
Black with #3C02DB
Text Example
Text Example
White with #3C02DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C02DB; }
p { color: rgb(60,2,219); }
H1.HeaderClassName
{
color: #3C02DB;
}
.AnyTagClassName
{
color: #3C02DB;
}
</style>
background-color css
<style>
a { background-color: #3C02DB; }
a { background-color: rgb(60,2,219); }
div.DivClassName
{
background-color: #3C02DB;
}
.BgClassName
{
background-color: #3C02DB;
}
</style>
border-color css
<style>
span { border-color: #3C02DB; }
span { border-color: rgb(60,2,219); }
td.TdClassName
{
border-color: #3C02DB;
}
.TagClassName
{
border-color: #3C02DB;
}
</style>