Shades of Han Purple #3605EE
Tints of Han Purple #3605EE
RGB
CMYK
RGB Variations
Color information
#3605EE (or 0x3605EE) is known color: Han Purple. HEX triplet: 36, 05 and EE. RGB value is (54,5,238). Sum of RGB (Red+Green+Blue) = 54+5+238=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 238 (93.36% from 255 or 80.13% from 297); Max value from RGB is 238 - color contains mainly: blue. Hex color #3605EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3605EE is #C9FA11. Grayscale: #2D2D2D. Windows color (decimal): -13236754 or 15598902. OLE color: 15598902.
HSL color Cylindrical-coordinate representation of color #3605EE: hue angle of 252.62º 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 #3605EE is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 5 | 238 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.07 |
| HSL | 252.62º | 0.96% | 0.48% | - |
| HSV(B) | 252.62º | 0.98% | 0.93% | - |
| XYZ | 17.01 | 7.07 | 81.36 | - |
| YUV | 46.21 | 236.23 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 238 | 0.77 | 0.98 | 0 | 0.07 | 252.62 | 0.96 | 0.48 |
| Hex | 36 | 5 | EE | 4D | 62 | 0 | 7 | FD | 60 | 30 |
| Octal | 66 | 5 | 356 | 115 | 142 | 0 | 7 | 375 | 140 | 60 |
| Binary | 110110 | 101 | 11101110 | 1001101 | 1100010 | 0 | 111 | 11111101 | 1100000 | 110000 |
Color Harmonies of #3605EE
Complementary color
Monochromatic Colors of #3605EE
Black with #3605EE
Text Example
Text Example
White with #3605EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3605EE; }
p { color: rgb(54,5,238); }
H1.HeaderClassName
{
color: #3605EE;
}
.AnyTagClassName
{
color: #3605EE;
}
</style>
background-color css
<style>
a { background-color: #3605EE; }
a { background-color: rgb(54,5,238); }
div.DivClassName
{
background-color: #3605EE;
}
.BgClassName
{
background-color: #3605EE;
}
</style>
border-color css
<style>
span { border-color: #3605EE; }
span { border-color: rgb(54,5,238); }
td.TdClassName
{
border-color: #3605EE;
}
.TagClassName
{
border-color: #3605EE;
}
</style>