Shades of Han Purple #3610E5
Tints of Han Purple #3610E5
RGB
CMYK
RGB Variations
Color information
#3610E5 (or 0x3610E5) is known color: Han Purple. HEX triplet: 36, 10 and E5. RGB value is (54,16,229). Sum of RGB (Red+Green+Blue) = 54+16+229=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 229 (89.84% from 255 or 76.59% from 299); Max value from RGB is 229 - color contains mainly: blue. Hex color #3610E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3610E5 is #C9EF1A. Grayscale: #323232. Windows color (decimal): -13233947 or 15011894. OLE color: 15011894.
HSL color Cylindrical-coordinate representation of color #3610E5: hue angle of 250.7º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3610E5 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 54 | 16 | 229 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.10 |
| HSL | 250.7º | 0.87% | 0.48% | - |
| HSV(B) | 250.7º | 0.93% | 0.9% | - |
| XYZ | 15.85 | 6.81 | 74.61 | - |
| YUV | 51.64 | 228.09 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 16 | 229 | 0.76 | 0.93 | 0 | 0.10 | 250.7 | 0.87 | 0.48 |
| Hex | 36 | 10 | E5 | 4C | 5D | 0 | A | FB | 57 | 30 |
| Octal | 66 | 20 | 345 | 114 | 135 | 0 | 12 | 373 | 127 | 60 |
| Binary | 110110 | 10000 | 11100101 | 1001100 | 1011101 | 0 | 1010 | 11111011 | 1010111 | 110000 |
Color Harmonies of #3610E5
Complementary color
Monochromatic Colors of #3610E5
Black with #3610E5
Text Example
Text Example
White with #3610E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3610E5; }
p { color: rgb(54,16,229); }
H1.HeaderClassName
{
color: #3610E5;
}
.AnyTagClassName
{
color: #3610E5;
}
</style>
background-color css
<style>
a { background-color: #3610E5; }
a { background-color: rgb(54,16,229); }
div.DivClassName
{
background-color: #3610E5;
}
.BgClassName
{
background-color: #3610E5;
}
</style>
border-color css
<style>
span { border-color: #3610E5; }
span { border-color: rgb(54,16,229); }
td.TdClassName
{
border-color: #3610E5;
}
.TagClassName
{
border-color: #3610E5;
}
</style>