Shades of Han Purple #3701ED
Tints of Han Purple #3701ED
RGB
CMYK
RGB Variations
Color information
#3701ED (or 0x3701ED) is known color: Han Purple. HEX triplet: 37, 01 and ED. RGB value is (55,1,237). Sum of RGB (Red+Green+Blue) = 55+1+237=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 237 (92.97% from 255 or 80.89% from 293); Max value from RGB is 237 - color contains mainly: blue. Hex color #3701ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3701ED is #C8FE12. Grayscale: #2B2B2B. Windows color (decimal): -13172243 or 15532343. OLE color: 15532343.
HSL color Cylindrical-coordinate representation of color #3701ED: hue angle of 253.73º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3701ED is Cyan = 0.77, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 1 | 237 | - |
| CMYK | 0.77 | 1.00 | 0 | 0.07 |
| HSL | 253.73º | 0.99% | 0.47% | - |
| HSV(B) | 253.73º | 1% | 0.93% | - |
| XYZ | 16.87 | 6.95 | 80.57 | - |
| YUV | 44.05 | 236.89 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 237 | 0.77 | 1.00 | 0 | 0.07 | 253.73 | 0.99 | 0.47 |
| Hex | 37 | 1 | ED | 4D | 64 | 0 | 7 | FE | 63 | 2F |
| Octal | 67 | 1 | 355 | 115 | 144 | 0 | 7 | 376 | 143 | 57 |
| Binary | 110111 | 1 | 11101101 | 1001101 | 1100100 | 0 | 111 | 11111110 | 1100011 | 101111 |
Color Harmonies of #3701ED
Complementary color
Monochromatic Colors of #3701ED
Black with #3701ED
Text Example
Text Example
White with #3701ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3701ED; }
p { color: rgb(55,1,237); }
H1.HeaderClassName
{
color: #3701ED;
}
.AnyTagClassName
{
color: #3701ED;
}
</style>
background-color css
<style>
a { background-color: #3701ED; }
a { background-color: rgb(55,1,237); }
div.DivClassName
{
background-color: #3701ED;
}
.BgClassName
{
background-color: #3701ED;
}
</style>
border-color css
<style>
span { border-color: #3701ED; }
span { border-color: rgb(55,1,237); }
td.TdClassName
{
border-color: #3701ED;
}
.TagClassName
{
border-color: #3701ED;
}
</style>