Shades of Han Purple #3C02CF
Tints of Han Purple #3C02CF
RGB
CMYK
RGB Variations
Color information
#3C02CF (or 0x3C02CF) is known color: Han Purple. HEX triplet: 3C, 02 and CF. RGB value is (60,2,207). Sum of RGB (Red+Green+Blue) = 60+2+207=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 207 (81.25% from 255 or 76.95% from 269); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C02CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C02CF is #C3FD30. Grayscale: #292929. Windows color (decimal): -12844337 or 13566524. OLE color: 13566524.
HSL color Cylindrical-coordinate representation of color #3C02CF: hue angle of 256.98º degrees, saturation: 0.98, 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 #3C02CF is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 2 | 207 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.19 |
| HSL | 256.98º | 0.98% | 0.41% | - |
| HSV(B) | 256.98º | 0.99% | 0.81% | - |
| XYZ | 13.15 | 5.51 | 59.4 | - |
| YUV | 42.71 | 220.72 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 207 | 0.71 | 0.99 | 0 | 0.19 | 256.98 | 0.98 | 0.41 |
| Hex | 3C | 2 | CF | 47 | 63 | 0 | 13 | 101 | 62 | 29 |
| Octal | 74 | 2 | 317 | 107 | 143 | 0 | 23 | 401 | 142 | 51 |
| Binary | 111100 | 10 | 11001111 | 1000111 | 1100011 | 0 | 10011 | 100000001 | 1100010 | 101001 |
Color Harmonies of #3C02CF
Complementary color
Monochromatic Colors of #3C02CF
Black with #3C02CF
Text Example
Text Example
White with #3C02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C02CF; }
p { color: rgb(60,2,207); }
H1.HeaderClassName
{
color: #3C02CF;
}
.AnyTagClassName
{
color: #3C02CF;
}
</style>
background-color css
<style>
a { background-color: #3C02CF; }
a { background-color: rgb(60,2,207); }
div.DivClassName
{
background-color: #3C02CF;
}
.BgClassName
{
background-color: #3C02CF;
}
</style>
border-color css
<style>
span { border-color: #3C02CF; }
span { border-color: rgb(60,2,207); }
td.TdClassName
{
border-color: #3C02CF;
}
.TagClassName
{
border-color: #3C02CF;
}
</style>