Shades of Han Purple #3600DC
Tints of Han Purple #3600DC
RGB
CMYK
RGB Variations
Color information
#3600DC (or 0x3600DC) is known color: Han Purple. HEX triplet: 36, 00 and DC. RGB value is (54,0,220). Sum of RGB (Red+Green+Blue) = 54+0+220=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #3600DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3600DC is #C9FF23. Grayscale: #282828. Windows color (decimal): -13238052 or 14417974. OLE color: 14417974.
HSL color Cylindrical-coordinate representation of color #3600DC: hue angle of 254.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3600DC is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 0 | 220 | - |
| CMYK | 0.75 | 1 | 0 | 0.14 |
| HSL | 254.73º | 1% | 0.43% | - |
| HSV(B) | 254.73º | 1% | 0.86% | - |
| XYZ | 14.44 | 5.95 | 68.1 | - |
| YUV | 41.23 | 228.89 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 220 | 0.75 | 1 | 0 | 0.14 | 254.73 | 1 | 0.43 |
| Hex | 36 | 0 | DC | 4B | 64 | 0 | E | FF | 64 | 2B |
| Octal | 66 | 0 | 334 | 113 | 144 | 0 | 16 | 377 | 144 | 53 |
| Binary | 110110 | 0 | 11011100 | 1001011 | 1100100 | 0 | 1110 | 11111111 | 1100100 | 101011 |
Color Harmonies of #3600DC
Complementary color
Monochromatic Colors of #3600DC
Black with #3600DC
Text Example
Text Example
White with #3600DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3600DC; }
p { color: rgb(54,0,220); }
H1.HeaderClassName
{
color: #3600DC;
}
.AnyTagClassName
{
color: #3600DC;
}
</style>
background-color css
<style>
a { background-color: #3600DC; }
a { background-color: rgb(54,0,220); }
div.DivClassName
{
background-color: #3600DC;
}
.BgClassName
{
background-color: #3600DC;
}
</style>
border-color css
<style>
span { border-color: #3600DC; }
span { border-color: rgb(54,0,220); }
td.TdClassName
{
border-color: #3600DC;
}
.TagClassName
{
border-color: #3600DC;
}
</style>