Shades of Han Purple #3705ED
Tints of Han Purple #3705ED
RGB
CMYK
RGB Variations
Color information
#3705ED (or 0x3705ED) is known color: Han Purple. HEX triplet: 37, 05 and ED. RGB value is (55,5,237). Sum of RGB (Red+Green+Blue) = 55+5+237=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 237 (92.97% from 255 or 79.80% from 297); Max value from RGB is 237 - color contains mainly: blue. Hex color #3705ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3705ED is #C8FA12. Grayscale: #2D2D2D. Windows color (decimal): -13171219 or 15533367. OLE color: 15533367.
HSL color Cylindrical-coordinate representation of color #3705ED: hue angle of 252.93º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3705ED is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 5 | 237 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.07 |
| HSL | 252.93º | 0.96% | 0.47% | - |
| HSV(B) | 252.93º | 0.98% | 0.93% | - |
| XYZ | 16.92 | 7.04 | 80.59 | - |
| YUV | 46.4 | 235.57 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 237 | 0.77 | 0.98 | 0 | 0.07 | 252.93 | 0.96 | 0.47 |
| Hex | 37 | 5 | ED | 4D | 62 | 0 | 7 | FD | 60 | 2F |
| Octal | 67 | 5 | 355 | 115 | 142 | 0 | 7 | 375 | 140 | 57 |
| Binary | 110111 | 101 | 11101101 | 1001101 | 1100010 | 0 | 111 | 11111101 | 1100000 | 101111 |
Color Harmonies of #3705ED
Complementary color
Monochromatic Colors of #3705ED
Black with #3705ED
Text Example
Text Example
White with #3705ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3705ED; }
p { color: rgb(55,5,237); }
H1.HeaderClassName
{
color: #3705ED;
}
.AnyTagClassName
{
color: #3705ED;
}
</style>
background-color css
<style>
a { background-color: #3705ED; }
a { background-color: rgb(55,5,237); }
div.DivClassName
{
background-color: #3705ED;
}
.BgClassName
{
background-color: #3705ED;
}
</style>
border-color css
<style>
span { border-color: #3705ED; }
span { border-color: rgb(55,5,237); }
td.TdClassName
{
border-color: #3705ED;
}
.TagClassName
{
border-color: #3705ED;
}
</style>