Shades of Han Purple #3616FA
Tints of Han Purple #3616FA
RGB
CMYK
RGB Variations
Color information
#3616FA (or 0x3616FA) is known color: Han Purple. HEX triplet: 36, 16 and FA. RGB value is (54,22,250). Sum of RGB (Red+Green+Blue) = 54+22+250=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 250 (98.05% from 255 or 76.69% from 326); Max value from RGB is 250 - color contains mainly: blue. Hex color #3616FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3616FA is #C9E905. Grayscale: #383838. Windows color (decimal): -13232390 or 16389686. OLE color: 16389686.
HSL color Cylindrical-coordinate representation of color #3616FA: hue angle of 248.42º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3616FA is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 22 | 250 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.02 |
| HSL | 248.42º | 0.96% | 0.53% | - |
| HSV(B) | 248.42º | 0.91% | 0.98% | - |
| XYZ | 19.06 | 8.26 | 91.03 | - |
| YUV | 57.56 | 236.6 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 22 | 250 | 0.78 | 0.91 | 0 | 0.02 | 248.42 | 0.96 | 0.53 |
| Hex | 36 | 16 | FA | 4E | 5B | 0 | 2 | F8 | 60 | 35 |
| Octal | 66 | 26 | 372 | 116 | 133 | 0 | 2 | 370 | 140 | 65 |
| Binary | 110110 | 10110 | 11111010 | 1001110 | 1011011 | 0 | 10 | 11111000 | 1100000 | 110101 |
Color Harmonies of #3616FA
Complementary color
Monochromatic Colors of #3616FA
Black with #3616FA
Text Example
Text Example
White with #3616FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3616FA; }
p { color: rgb(54,22,250); }
H1.HeaderClassName
{
color: #3616FA;
}
.AnyTagClassName
{
color: #3616FA;
}
</style>
background-color css
<style>
a { background-color: #3616FA; }
a { background-color: rgb(54,22,250); }
div.DivClassName
{
background-color: #3616FA;
}
.BgClassName
{
background-color: #3616FA;
}
</style>
border-color css
<style>
span { border-color: #3616FA; }
span { border-color: rgb(54,22,250); }
td.TdClassName
{
border-color: #3616FA;
}
.TagClassName
{
border-color: #3616FA;
}
</style>