Shades of Han Purple #3619FD
Tints of Han Purple #3619FD
RGB
CMYK
RGB Variations
Color information
#3619FD (or 0x3619FD) is known color: Han Purple. HEX triplet: 36, 19 and FD. RGB value is (54,25,253). Sum of RGB (Red+Green+Blue) = 54+25+253=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 253 (99.22% from 255 or 76.20% from 332); Max value from RGB is 253 - color contains mainly: blue. Hex color #3619FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3619FD is #C9E602. Grayscale: #3A3A3A. Windows color (decimal): -13231619 or 16587062. OLE color: 16587062.
HSL color Cylindrical-coordinate representation of color #3619FD: hue angle of 247.63º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3619FD is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 25 | 253 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.01 |
| HSL | 247.63º | 0.98% | 0.55% | - |
| HSV(B) | 247.63º | 0.9% | 0.99% | - |
| XYZ | 19.6 | 8.57 | 93.55 | - |
| YUV | 59.66 | 237.11 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 253 | 0.79 | 0.90 | 0 | 0.01 | 247.63 | 0.98 | 0.55 |
| Hex | 36 | 19 | FD | 4F | 5A | 0 | 1 | F8 | 62 | 37 |
| Octal | 66 | 31 | 375 | 117 | 132 | 0 | 1 | 370 | 142 | 67 |
| Binary | 110110 | 11001 | 11111101 | 1001111 | 1011010 | 0 | 1 | 11111000 | 1100010 | 110111 |
Color Harmonies of #3619FD
Complementary color
Monochromatic Colors of #3619FD
Black with #3619FD
Text Example
Text Example
White with #3619FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3619FD; }
p { color: rgb(54,25,253); }
H1.HeaderClassName
{
color: #3619FD;
}
.AnyTagClassName
{
color: #3619FD;
}
</style>
background-color css
<style>
a { background-color: #3619FD; }
a { background-color: rgb(54,25,253); }
div.DivClassName
{
background-color: #3619FD;
}
.BgClassName
{
background-color: #3619FD;
}
</style>
border-color css
<style>
span { border-color: #3619FD; }
span { border-color: rgb(54,25,253); }
td.TdClassName
{
border-color: #3619FD;
}
.TagClassName
{
border-color: #3619FD;
}
</style>