Shades of Han Purple #3603DC
Tints of Han Purple #3603DC
RGB
CMYK
RGB Variations
Color information
#3603DC (or 0x3603DC) is known color: Han Purple. HEX triplet: 36, 03 and DC. RGB value is (54,3,220). Sum of RGB (Red+Green+Blue) = 54+3+220=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 220 (86.33% from 255 or 79.42% from 277); Max value from RGB is 220 - color contains mainly: blue. Hex color #3603DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3603DC is #C9FC23. Grayscale: #2A2A2A. Windows color (decimal): -13237284 or 14418742. OLE color: 14418742.
HSL color Cylindrical-coordinate representation of color #3603DC: hue angle of 254.1º degrees, saturation: 0.97, 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 #3603DC is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 3 | 220 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.14 |
| HSL | 254.1º | 0.97% | 0.44% | - |
| HSV(B) | 254.1º | 0.99% | 0.86% | - |
| XYZ | 14.47 | 6.02 | 68.11 | - |
| YUV | 42.99 | 227.9 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 220 | 0.75 | 0.99 | 0 | 0.14 | 254.1 | 0.97 | 0.44 |
| Hex | 36 | 3 | DC | 4B | 63 | 0 | E | FE | 61 | 2C |
| Octal | 66 | 3 | 334 | 113 | 143 | 0 | 16 | 376 | 141 | 54 |
| Binary | 110110 | 11 | 11011100 | 1001011 | 1100011 | 0 | 1110 | 11111110 | 1100001 | 101100 |
Color Harmonies of #3603DC
Complementary color
Monochromatic Colors of #3603DC
Black with #3603DC
Text Example
Text Example
White with #3603DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3603DC; }
p { color: rgb(54,3,220); }
H1.HeaderClassName
{
color: #3603DC;
}
.AnyTagClassName
{
color: #3603DC;
}
</style>
background-color css
<style>
a { background-color: #3603DC; }
a { background-color: rgb(54,3,220); }
div.DivClassName
{
background-color: #3603DC;
}
.BgClassName
{
background-color: #3603DC;
}
</style>
border-color css
<style>
span { border-color: #3603DC; }
span { border-color: rgb(54,3,220); }
td.TdClassName
{
border-color: #3603DC;
}
.TagClassName
{
border-color: #3603DC;
}
</style>