Shades of Han Purple #3616CD
Tints of Han Purple #3616CD
RGB
CMYK
RGB Variations
Color information
#3616CD (or 0x3616CD) is known color: Han Purple. HEX triplet: 36, 16 and CD. RGB value is (54,22,205). Sum of RGB (Red+Green+Blue) = 54+22+205=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 205 (80.47% from 255 or 72.95% from 281); Max value from RGB is 205 - color contains mainly: blue. Hex color #3616CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3616CD is #C9E932. Grayscale: #333333. Windows color (decimal): -13232435 or 13440566. OLE color: 13440566.
HSL color Cylindrical-coordinate representation of color #3616CD: hue angle of 250.49º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3616CD is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 22 | 205 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.20 |
| HSL | 250.49º | 0.81% | 0.45% | - |
| HSV(B) | 250.49º | 0.89% | 0.8% | - |
| XYZ | 12.83 | 5.77 | 58.19 | - |
| YUV | 52.43 | 214.1 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 22 | 205 | 0.74 | 0.89 | 0 | 0.20 | 250.49 | 0.81 | 0.45 |
| Hex | 36 | 16 | CD | 4A | 59 | 0 | 14 | FA | 51 | 2D |
| Octal | 66 | 26 | 315 | 112 | 131 | 0 | 24 | 372 | 121 | 55 |
| Binary | 110110 | 10110 | 11001101 | 1001010 | 1011001 | 0 | 10100 | 11111010 | 1010001 | 101101 |
Color Harmonies of #3616CD
Complementary color
Monochromatic Colors of #3616CD
Black with #3616CD
Text Example
Text Example
White with #3616CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3616CD; }
p { color: rgb(54,22,205); }
H1.HeaderClassName
{
color: #3616CD;
}
.AnyTagClassName
{
color: #3616CD;
}
</style>
background-color css
<style>
a { background-color: #3616CD; }
a { background-color: rgb(54,22,205); }
div.DivClassName
{
background-color: #3616CD;
}
.BgClassName
{
background-color: #3616CD;
}
</style>
border-color css
<style>
span { border-color: #3616CD; }
span { border-color: rgb(54,22,205); }
td.TdClassName
{
border-color: #3616CD;
}
.TagClassName
{
border-color: #3616CD;
}
</style>