Shades of Han Purple #3627FC
Tints of Han Purple #3627FC
RGB
CMYK
RGB Variations
Color information
#3627FC (or 0x3627FC) is known color: Han Purple. HEX triplet: 36, 27 and FC. RGB value is (54,39,252). Sum of RGB (Red+Green+Blue) = 54+39+252=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #3627FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3627FC is #C9D803. Grayscale: #424242. Windows color (decimal): -13228036 or 16525110. OLE color: 16525110.
HSL color Cylindrical-coordinate representation of color #3627FC: hue angle of 244.23º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3627FC is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 39 | 252 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.01 |
| HSL | 244.23º | 0.97% | 0.57% | - |
| HSV(B) | 244.23º | 0.85% | 0.99% | - |
| XYZ | 19.82 | 9.26 | 92.84 | - |
| YUV | 67.77 | 231.97 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 39 | 252 | 0.79 | 0.85 | 0 | 0.01 | 244.23 | 0.97 | 0.57 |
| Hex | 36 | 27 | FC | 4F | 55 | 0 | 1 | F4 | 61 | 39 |
| Octal | 66 | 47 | 374 | 117 | 125 | 0 | 1 | 364 | 141 | 71 |
| Binary | 110110 | 100111 | 11111100 | 1001111 | 1010101 | 0 | 1 | 11110100 | 1100001 | 111001 |
Color Harmonies of #3627FC
Complementary color
Monochromatic Colors of #3627FC
Black with #3627FC
Text Example
Text Example
White with #3627FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3627FC; }
p { color: rgb(54,39,252); }
H1.HeaderClassName
{
color: #3627FC;
}
.AnyTagClassName
{
color: #3627FC;
}
</style>
background-color css
<style>
a { background-color: #3627FC; }
a { background-color: rgb(54,39,252); }
div.DivClassName
{
background-color: #3627FC;
}
.BgClassName
{
background-color: #3627FC;
}
</style>
border-color css
<style>
span { border-color: #3627FC; }
span { border-color: rgb(54,39,252); }
td.TdClassName
{
border-color: #3627FC;
}
.TagClassName
{
border-color: #3627FC;
}
</style>