Shades of Han Purple #3606CE
Tints of Han Purple #3606CE
RGB
CMYK
RGB Variations
Color information
#3606CE (or 0x3606CE) is known color: Han Purple. HEX triplet: 36, 06 and CE. RGB value is (54,6,206). Sum of RGB (Red+Green+Blue) = 54+6+206=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 206 (80.86% from 255 or 77.44% from 266); Max value from RGB is 206 - color contains mainly: blue. Hex color #3606CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3606CE is #C9F931. Grayscale: #2A2A2A. Windows color (decimal): -13236530 or 13502006. OLE color: 13502006.
HSL color Cylindrical-coordinate representation of color #3606CE: hue angle of 254.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3606CE is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 6 | 206 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.19 |
| HSL | 254.4º | 0.94% | 0.42% | - |
| HSV(B) | 254.4º | 0.97% | 0.81% | - |
| XYZ | 12.73 | 5.37 | 58.76 | - |
| YUV | 43.15 | 219.9 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 206 | 0.74 | 0.97 | 0 | 0.19 | 254.4 | 0.94 | 0.42 |
| Hex | 36 | 6 | CE | 4A | 61 | 0 | 13 | FE | 5E | 2A |
| Octal | 66 | 6 | 316 | 112 | 141 | 0 | 23 | 376 | 136 | 52 |
| Binary | 110110 | 110 | 11001110 | 1001010 | 1100001 | 0 | 10011 | 11111110 | 1011110 | 101010 |
Color Harmonies of #3606CE
Complementary color
Monochromatic Colors of #3606CE
Black with #3606CE
Text Example
Text Example
White with #3606CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3606CE; }
p { color: rgb(54,6,206); }
H1.HeaderClassName
{
color: #3606CE;
}
.AnyTagClassName
{
color: #3606CE;
}
</style>
background-color css
<style>
a { background-color: #3606CE; }
a { background-color: rgb(54,6,206); }
div.DivClassName
{
background-color: #3606CE;
}
.BgClassName
{
background-color: #3606CE;
}
</style>
border-color css
<style>
span { border-color: #3606CE; }
span { border-color: rgb(54,6,206); }
td.TdClassName
{
border-color: #3606CE;
}
.TagClassName
{
border-color: #3606CE;
}
</style>