Shades of Han Purple #3B2EEE
Tints of Han Purple #3B2EEE
RGB
CMYK
RGB Variations
Color information
#3B2EEE (or 0x3B2EEE) is known color: Han Purple. HEX triplet: 3B, 2E and EE. RGB value is (59,46,238). Sum of RGB (Red+Green+Blue) = 59+46+238=343 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.20% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 238 (93.36% from 255 or 69.39% from 343); Max value from RGB is 238 - color contains mainly: blue. Hex color #3B2EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B2EEE is #C4D111. Grayscale: #474747. Windows color (decimal): -12898578 or 15609403. OLE color: 15609403.
HSL color Cylindrical-coordinate representation of color #3B2EEE: hue angle of 244.06º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B2EEE is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 46 | 238 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.07 |
| HSL | 244.06º | 0.85% | 0.56% | - |
| HSV(B) | 244.06º | 0.81% | 0.93% | - |
| XYZ | 18.21 | 9.06 | 81.68 | - |
| YUV | 71.78 | 221.81 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 46 | 238 | 0.75 | 0.81 | 0 | 0.07 | 244.06 | 0.85 | 0.56 |
| Hex | 3B | 2E | EE | 4B | 51 | 0 | 7 | F4 | 55 | 38 |
| Octal | 73 | 56 | 356 | 113 | 121 | 0 | 7 | 364 | 125 | 70 |
| Binary | 111011 | 101110 | 11101110 | 1001011 | 1010001 | 0 | 111 | 11110100 | 1010101 | 111000 |
Color Harmonies of #3B2EEE
Complementary color
Monochromatic Colors of #3B2EEE
Black with #3B2EEE
Text Example
Text Example
White with #3B2EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2EEE; }
p { color: rgb(59,46,238); }
H1.HeaderClassName
{
color: #3B2EEE;
}
.AnyTagClassName
{
color: #3B2EEE;
}
</style>
background-color css
<style>
a { background-color: #3B2EEE; }
a { background-color: rgb(59,46,238); }
div.DivClassName
{
background-color: #3B2EEE;
}
.BgClassName
{
background-color: #3B2EEE;
}
</style>
border-color css
<style>
span { border-color: #3B2EEE; }
span { border-color: rgb(59,46,238); }
td.TdClassName
{
border-color: #3B2EEE;
}
.TagClassName
{
border-color: #3B2EEE;
}
</style>