Shades of Han Purple #3705EE
Tints of Han Purple #3705EE
RGB
CMYK
RGB Variations
Color information
#3705EE (or 0x3705EE) is known color: Han Purple. HEX triplet: 37, 05 and EE. RGB value is (55,5,238). Sum of RGB (Red+Green+Blue) = 55+5+238=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 238 (93.36% from 255 or 79.87% from 298); Max value from RGB is 238 - color contains mainly: blue. Hex color #3705EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3705EE is #C8FA11. Grayscale: #2D2D2D. Windows color (decimal): -13171218 or 15598903. OLE color: 15598903.
HSL color Cylindrical-coordinate representation of color #3705EE: hue angle of 252.88º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3705EE is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 5 | 238 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.07 |
| HSL | 252.88º | 0.96% | 0.48% | - |
| HSV(B) | 252.88º | 0.98% | 0.93% | - |
| XYZ | 17.06 | 7.09 | 81.36 | - |
| YUV | 46.51 | 236.07 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 238 | 0.77 | 0.98 | 0 | 0.07 | 252.88 | 0.96 | 0.48 |
| Hex | 37 | 5 | EE | 4D | 62 | 0 | 7 | FD | 60 | 30 |
| Octal | 67 | 5 | 356 | 115 | 142 | 0 | 7 | 375 | 140 | 60 |
| Binary | 110111 | 101 | 11101110 | 1001101 | 1100010 | 0 | 111 | 11111101 | 1100000 | 110000 |
Color Harmonies of #3705EE
Complementary color
Monochromatic Colors of #3705EE
Black with #3705EE
Text Example
Text Example
White with #3705EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3705EE; }
p { color: rgb(55,5,238); }
H1.HeaderClassName
{
color: #3705EE;
}
.AnyTagClassName
{
color: #3705EE;
}
</style>
background-color css
<style>
a { background-color: #3705EE; }
a { background-color: rgb(55,5,238); }
div.DivClassName
{
background-color: #3705EE;
}
.BgClassName
{
background-color: #3705EE;
}
</style>
border-color css
<style>
span { border-color: #3705EE; }
span { border-color: rgb(55,5,238); }
td.TdClassName
{
border-color: #3705EE;
}
.TagClassName
{
border-color: #3705EE;
}
</style>