Shades of Han Purple #3614CC
Tints of Han Purple #3614CC
RGB
CMYK
RGB Variations
Color information
#3614CC (or 0x3614CC) is known color: Han Purple. HEX triplet: 36, 14 and CC. RGB value is (54,20,204). Sum of RGB (Red+Green+Blue) = 54+20+204=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 204 (80.08% from 255 or 73.38% from 278); Max value from RGB is 204 - color contains mainly: blue. Hex color #3614CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3614CC is #C9EB33. Grayscale: #323232. Windows color (decimal): -13232948 or 13374518. OLE color: 13374518.
HSL color Cylindrical-coordinate representation of color #3614CC: hue angle of 251.09º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3614CC is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 20 | 204 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.2 |
| HSL | 251.09º | 0.82% | 0.44% | - |
| HSV(B) | 251.09º | 0.9% | 0.8% | - |
| XYZ | 12.67 | 5.64 | 57.55 | - |
| YUV | 51.14 | 214.26 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 20 | 204 | 0.74 | 0.90 | 0 | 0.2 | 251.09 | 0.82 | 0.44 |
| Hex | 36 | 14 | CC | 4A | 5A | 0 | 14 | FB | 52 | 2C |
| Octal | 66 | 24 | 314 | 112 | 132 | 0 | 24 | 373 | 122 | 54 |
| Binary | 110110 | 10100 | 11001100 | 1001010 | 1011010 | 0 | 10100 | 11111011 | 1010010 | 101100 |
Color Harmonies of #3614CC
Complementary color
Monochromatic Colors of #3614CC
Black with #3614CC
Text Example
Text Example
White with #3614CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3614CC; }
p { color: rgb(54,20,204); }
H1.HeaderClassName
{
color: #3614CC;
}
.AnyTagClassName
{
color: #3614CC;
}
</style>
background-color css
<style>
a { background-color: #3614CC; }
a { background-color: rgb(54,20,204); }
div.DivClassName
{
background-color: #3614CC;
}
.BgClassName
{
background-color: #3614CC;
}
</style>
border-color css
<style>
span { border-color: #3614CC; }
span { border-color: rgb(54,20,204); }
td.TdClassName
{
border-color: #3614CC;
}
.TagClassName
{
border-color: #3614CC;
}
</style>