Shades of Han Purple #3613EB
Tints of Han Purple #3613EB
RGB
CMYK
RGB Variations
Color information
#3613EB (or 0x3613EB) is known color: Han Purple. HEX triplet: 36, 13 and EB. RGB value is (54,19,235). Sum of RGB (Red+Green+Blue) = 54+19+235=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 235 (92.19% from 255 or 76.30% from 308); Max value from RGB is 235 - color contains mainly: blue. Hex color #3613EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3613EB is #C9EC14. Grayscale: #353535. Windows color (decimal): -13233173 or 15405878. OLE color: 15405878.
HSL color Cylindrical-coordinate representation of color #3613EB: hue angle of 249.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3613EB is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 19 | 235 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.08 |
| HSL | 249.72º | 0.85% | 0.5% | - |
| HSV(B) | 249.72º | 0.92% | 0.92% | - |
| XYZ | 16.75 | 7.25 | 79.11 | - |
| YUV | 54.09 | 230.1 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 19 | 235 | 0.77 | 0.92 | 0 | 0.08 | 249.72 | 0.85 | 0.5 |
| Hex | 36 | 13 | EB | 4D | 5C | 0 | 8 | FA | 55 | 32 |
| Octal | 66 | 23 | 353 | 115 | 134 | 0 | 10 | 372 | 125 | 62 |
| Binary | 110110 | 10011 | 11101011 | 1001101 | 1011100 | 0 | 1000 | 11111010 | 1010101 | 110010 |
Color Harmonies of #3613EB
Complementary color
Monochromatic Colors of #3613EB
Black with #3613EB
Text Example
Text Example
White with #3613EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3613EB; }
p { color: rgb(54,19,235); }
H1.HeaderClassName
{
color: #3613EB;
}
.AnyTagClassName
{
color: #3613EB;
}
</style>
background-color css
<style>
a { background-color: #3613EB; }
a { background-color: rgb(54,19,235); }
div.DivClassName
{
background-color: #3613EB;
}
.BgClassName
{
background-color: #3613EB;
}
</style>
border-color css
<style>
span { border-color: #3613EB; }
span { border-color: rgb(54,19,235); }
td.TdClassName
{
border-color: #3613EB;
}
.TagClassName
{
border-color: #3613EB;
}
</style>