Shades of Han Purple #3C02DF
Tints of Han Purple #3C02DF
RGB
CMYK
RGB Variations
Color information
#3C02DF (or 0x3C02DF) is known color: Han Purple. HEX triplet: 3C, 02 and DF. RGB value is (60,2,223). Sum of RGB (Red+Green+Blue) = 60+2+223=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 223 (87.5% from 255 or 78.25% from 285); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C02DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C02DF is #C3FD20. Grayscale: #2B2B2B. Windows color (decimal): -12844321 or 14615100. OLE color: 14615100.
HSL color Cylindrical-coordinate representation of color #3C02DF: hue angle of 255.75º degrees, saturation: 0.98, 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 #3C02DF is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 2 | 223 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.13 |
| HSL | 255.75º | 0.98% | 0.44% | - |
| HSV(B) | 255.75º | 0.99% | 0.87% | - |
| XYZ | 15.2 | 6.33 | 70.23 | - |
| YUV | 44.54 | 228.72 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 223 | 0.73 | 0.99 | 0 | 0.13 | 255.75 | 0.98 | 0.44 |
| Hex | 3C | 2 | DF | 49 | 63 | 0 | D | 100 | 62 | 2C |
| Octal | 74 | 2 | 337 | 111 | 143 | 0 | 15 | 400 | 142 | 54 |
| Binary | 111100 | 10 | 11011111 | 1001001 | 1100011 | 0 | 1101 | 100000000 | 1100010 | 101100 |
Color Harmonies of #3C02DF
Complementary color
Monochromatic Colors of #3C02DF
Black with #3C02DF
Text Example
Text Example
White with #3C02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C02DF; }
p { color: rgb(60,2,223); }
H1.HeaderClassName
{
color: #3C02DF;
}
.AnyTagClassName
{
color: #3C02DF;
}
</style>
background-color css
<style>
a { background-color: #3C02DF; }
a { background-color: rgb(60,2,223); }
div.DivClassName
{
background-color: #3C02DF;
}
.BgClassName
{
background-color: #3C02DF;
}
</style>
border-color css
<style>
span { border-color: #3C02DF; }
span { border-color: rgb(60,2,223); }
td.TdClassName
{
border-color: #3C02DF;
}
.TagClassName
{
border-color: #3C02DF;
}
</style>