Shades of Han Purple #3614CF
Tints of Han Purple #3614CF
RGB
CMYK
RGB Variations
Color information
#3614CF (or 0x3614CF) is known color: Han Purple. HEX triplet: 36, 14 and CF. RGB value is (54,20,207). Sum of RGB (Red+Green+Blue) = 54+20+207=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 207 (81.25% from 255 or 73.67% from 281); Max value from RGB is 207 - color contains mainly: blue. Hex color #3614CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3614CF is #C9EB30. Grayscale: #323232. Windows color (decimal): -13232945 or 13571126. OLE color: 13571126.
HSL color Cylindrical-coordinate representation of color #3614CF: hue angle of 250.91º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3614CF is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 20 | 207 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.19 |
| HSL | 250.91º | 0.82% | 0.45% | - |
| HSV(B) | 250.91º | 0.9% | 0.81% | - |
| XYZ | 13.03 | 5.79 | 59.46 | - |
| YUV | 51.48 | 215.76 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 20 | 207 | 0.74 | 0.90 | 0 | 0.19 | 250.91 | 0.82 | 0.45 |
| Hex | 36 | 14 | CF | 4A | 5A | 0 | 13 | FB | 52 | 2D |
| Octal | 66 | 24 | 317 | 112 | 132 | 0 | 23 | 373 | 122 | 55 |
| Binary | 110110 | 10100 | 11001111 | 1001010 | 1011010 | 0 | 10011 | 11111011 | 1010010 | 101101 |
Color Harmonies of #3614CF
Complementary color
Monochromatic Colors of #3614CF
Black with #3614CF
Text Example
Text Example
White with #3614CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3614CF; }
p { color: rgb(54,20,207); }
H1.HeaderClassName
{
color: #3614CF;
}
.AnyTagClassName
{
color: #3614CF;
}
</style>
background-color css
<style>
a { background-color: #3614CF; }
a { background-color: rgb(54,20,207); }
div.DivClassName
{
background-color: #3614CF;
}
.BgClassName
{
background-color: #3614CF;
}
</style>
border-color css
<style>
span { border-color: #3614CF; }
span { border-color: rgb(54,20,207); }
td.TdClassName
{
border-color: #3614CF;
}
.TagClassName
{
border-color: #3614CF;
}
</style>