Shades of Han Purple #3B17EE
Tints of Han Purple #3B17EE
RGB
CMYK
RGB Variations
Color information
#3B17EE (or 0x3B17EE) is known color: Han Purple. HEX triplet: 3B, 17 and EE. RGB value is (59,23,238). Sum of RGB (Red+Green+Blue) = 59+23+238=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 238 (93.36% from 255 or 74.38% from 320); Max value from RGB is 238 - color contains mainly: blue. Hex color #3B17EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B17EE is #C4E811. Grayscale: #393939. Windows color (decimal): -12904466 or 15603515. OLE color: 15603515.
HSL color Cylindrical-coordinate representation of color #3B17EE: hue angle of 250.05º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B17EE is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 23 | 238 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.07 |
| HSL | 250.05º | 0.86% | 0.51% | - |
| HSV(B) | 250.05º | 0.9% | 0.93% | - |
| XYZ | 17.54 | 7.72 | 81.45 | - |
| YUV | 58.27 | 229.43 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 238 | 0.75 | 0.90 | 0 | 0.07 | 250.05 | 0.86 | 0.51 |
| Hex | 3B | 17 | EE | 4B | 5A | 0 | 7 | FA | 56 | 33 |
| Octal | 73 | 27 | 356 | 113 | 132 | 0 | 7 | 372 | 126 | 63 |
| Binary | 111011 | 10111 | 11101110 | 1001011 | 1011010 | 0 | 111 | 11111010 | 1010110 | 110011 |
Color Harmonies of #3B17EE
Complementary color
Monochromatic Colors of #3B17EE
Black with #3B17EE
Text Example
Text Example
White with #3B17EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B17EE; }
p { color: rgb(59,23,238); }
H1.HeaderClassName
{
color: #3B17EE;
}
.AnyTagClassName
{
color: #3B17EE;
}
</style>
background-color css
<style>
a { background-color: #3B17EE; }
a { background-color: rgb(59,23,238); }
div.DivClassName
{
background-color: #3B17EE;
}
.BgClassName
{
background-color: #3B17EE;
}
</style>
border-color css
<style>
span { border-color: #3B17EE; }
span { border-color: rgb(59,23,238); }
td.TdClassName
{
border-color: #3B17EE;
}
.TagClassName
{
border-color: #3B17EE;
}
</style>