Shades of Han Purple #3602DC
Tints of Han Purple #3602DC
RGB
CMYK
RGB Variations
Color information
#3602DC (or 0x3602DC) is known color: Han Purple. HEX triplet: 36, 02 and DC. RGB value is (54,2,220). Sum of RGB (Red+Green+Blue) = 54+2+220=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 220 (86.33% from 255 or 79.71% from 276); Max value from RGB is 220 - color contains mainly: blue. Hex color #3602DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3602DC is #C9FD23. Grayscale: #292929. Windows color (decimal): -13237540 or 14418486. OLE color: 14418486.
HSL color Cylindrical-coordinate representation of color #3602DC: hue angle of 254.31º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3602DC is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 2 | 220 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.14 |
| HSL | 254.31º | 0.98% | 0.44% | - |
| HSV(B) | 254.31º | 0.99% | 0.86% | - |
| XYZ | 14.46 | 5.99 | 68.11 | - |
| YUV | 42.4 | 228.23 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 220 | 0.75 | 0.99 | 0 | 0.14 | 254.31 | 0.98 | 0.44 |
| Hex | 36 | 2 | DC | 4B | 63 | 0 | E | FE | 62 | 2C |
| Octal | 66 | 2 | 334 | 113 | 143 | 0 | 16 | 376 | 142 | 54 |
| Binary | 110110 | 10 | 11011100 | 1001011 | 1100011 | 0 | 1110 | 11111110 | 1100010 | 101100 |
Color Harmonies of #3602DC
Complementary color
Monochromatic Colors of #3602DC
Black with #3602DC
Text Example
Text Example
White with #3602DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3602DC; }
p { color: rgb(54,2,220); }
H1.HeaderClassName
{
color: #3602DC;
}
.AnyTagClassName
{
color: #3602DC;
}
</style>
background-color css
<style>
a { background-color: #3602DC; }
a { background-color: rgb(54,2,220); }
div.DivClassName
{
background-color: #3602DC;
}
.BgClassName
{
background-color: #3602DC;
}
</style>
border-color css
<style>
span { border-color: #3602DC; }
span { border-color: rgb(54,2,220); }
td.TdClassName
{
border-color: #3602DC;
}
.TagClassName
{
border-color: #3602DC;
}
</style>