Shades of Han Purple #3705E5
Tints of Han Purple #3705E5
RGB
CMYK
RGB Variations
Color information
#3705E5 (or 0x3705E5) is known color: Han Purple. HEX triplet: 37, 05 and E5. RGB value is (55,5,229). Sum of RGB (Red+Green+Blue) = 55+5+229=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 229 (89.84% from 255 or 79.24% from 289); Max value from RGB is 229 - color contains mainly: blue. Hex color #3705E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3705E5 is #C8FA1A. Grayscale: #2C2C2C. Windows color (decimal): -13171227 or 15009079. OLE color: 15009079.
HSL color Cylindrical-coordinate representation of color #3705E5: hue angle of 253.39º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3705E5 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 55 | 5 | 229 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.10 |
| HSL | 253.39º | 0.96% | 0.46% | - |
| HSV(B) | 253.39º | 0.98% | 0.9% | - |
| XYZ | 15.77 | 6.58 | 74.57 | - |
| YUV | 45.49 | 231.57 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 229 | 0.76 | 0.98 | 0 | 0.10 | 253.39 | 0.96 | 0.46 |
| Hex | 37 | 5 | E5 | 4C | 62 | 0 | A | FD | 60 | 2E |
| Octal | 67 | 5 | 345 | 114 | 142 | 0 | 12 | 375 | 140 | 56 |
| Binary | 110111 | 101 | 11100101 | 1001100 | 1100010 | 0 | 1010 | 11111101 | 1100000 | 101110 |
Color Harmonies of #3705E5
Complementary color
Monochromatic Colors of #3705E5
Black with #3705E5
Text Example
Text Example
White with #3705E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3705E5; }
p { color: rgb(55,5,229); }
H1.HeaderClassName
{
color: #3705E5;
}
.AnyTagClassName
{
color: #3705E5;
}
</style>
background-color css
<style>
a { background-color: #3705E5; }
a { background-color: rgb(55,5,229); }
div.DivClassName
{
background-color: #3705E5;
}
.BgClassName
{
background-color: #3705E5;
}
</style>
border-color css
<style>
span { border-color: #3705E5; }
span { border-color: rgb(55,5,229); }
td.TdClassName
{
border-color: #3705E5;
}
.TagClassName
{
border-color: #3705E5;
}
</style>