Shades of Han Purple #3619FF
Tints of Han Purple #3619FF
RGB
CMYK
RGB Variations
Color information
#3619FF (or 0x3619FF) is known color: Han Purple. HEX triplet: 36, 19 and FF. RGB value is (54,25,255). Sum of RGB (Red+Green+Blue) = 54+25+255=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #3619FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3619FF is #C9E600. Grayscale: #3B3B3B. Windows color (decimal): -13231617 or 16718134. OLE color: 16718134.
HSL color Cylindrical-coordinate representation of color #3619FF: hue angle of 247.57º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3619FF is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 25 | 255 | - |
| CMYK | 0.79 | 0.90 | 0 | 0 |
| HSL | 247.57º | 1% | 0.55% | - |
| HSV(B) | 247.57º | 0.9% | 1% | - |
| XYZ | 19.92 | 8.7 | 95.24 | - |
| YUV | 59.89 | 238.11 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 255 | 0.79 | 0.90 | 0 | 0 | 247.57 | 1 | 0.55 |
| Hex | 36 | 19 | FF | 4F | 5A | 0 | 0 | F8 | 64 | 37 |
| Octal | 66 | 31 | 377 | 117 | 132 | 0 | 0 | 370 | 144 | 67 |
| Binary | 110110 | 11001 | 11111111 | 1001111 | 1011010 | 0 | 0 | 11111000 | 1100100 | 110111 |
Color Harmonies of #3619FF
Complementary color
Monochromatic Colors of #3619FF
Black with #3619FF
Text Example
Text Example
White with #3619FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3619FF; }
p { color: rgb(54,25,255); }
H1.HeaderClassName
{
color: #3619FF;
}
.AnyTagClassName
{
color: #3619FF;
}
</style>
background-color css
<style>
a { background-color: #3619FF; }
a { background-color: rgb(54,25,255); }
div.DivClassName
{
background-color: #3619FF;
}
.BgClassName
{
background-color: #3619FF;
}
</style>
border-color css
<style>
span { border-color: #3619FF; }
span { border-color: rgb(54,25,255); }
td.TdClassName
{
border-color: #3619FF;
}
.TagClassName
{
border-color: #3619FF;
}
</style>