Shades of Han Purple #3614DA
Tints of Han Purple #3614DA
RGB
CMYK
RGB Variations
Color information
#3614DA (or 0x3614DA) is known color: Han Purple. HEX triplet: 36, 14 and DA. RGB value is (54,20,218). Sum of RGB (Red+Green+Blue) = 54+20+218=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 218 (85.55% from 255 or 74.66% from 292); Max value from RGB is 218 - color contains mainly: blue. Hex color #3614DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3614DA is #C9EB25. Grayscale: #333333. Windows color (decimal): -13232934 or 14292022. OLE color: 14292022.
HSL color Cylindrical-coordinate representation of color #3614DA: hue angle of 250.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3614DA is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 20 | 218 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.15 |
| HSL | 250.3º | 0.83% | 0.47% | - |
| HSV(B) | 250.3º | 0.91% | 0.85% | - |
| XYZ | 14.43 | 6.35 | 66.79 | - |
| YUV | 52.74 | 221.26 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 20 | 218 | 0.75 | 0.91 | 0 | 0.15 | 250.3 | 0.83 | 0.47 |
| Hex | 36 | 14 | DA | 4B | 5B | 0 | F | FA | 53 | 2F |
| Octal | 66 | 24 | 332 | 113 | 133 | 0 | 17 | 372 | 123 | 57 |
| Binary | 110110 | 10100 | 11011010 | 1001011 | 1011011 | 0 | 1111 | 11111010 | 1010011 | 101111 |
Color Harmonies of #3614DA
Complementary color
Monochromatic Colors of #3614DA
Black with #3614DA
Text Example
Text Example
White with #3614DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3614DA; }
p { color: rgb(54,20,218); }
H1.HeaderClassName
{
color: #3614DA;
}
.AnyTagClassName
{
color: #3614DA;
}
</style>
background-color css
<style>
a { background-color: #3614DA; }
a { background-color: rgb(54,20,218); }
div.DivClassName
{
background-color: #3614DA;
}
.BgClassName
{
background-color: #3614DA;
}
</style>
border-color css
<style>
span { border-color: #3614DA; }
span { border-color: rgb(54,20,218); }
td.TdClassName
{
border-color: #3614DA;
}
.TagClassName
{
border-color: #3614DA;
}
</style>