Shades of Han Purple #3B0EEA
Tints of Han Purple #3B0EEA
RGB
CMYK
RGB Variations
Color information
#3B0EEA (or 0x3B0EEA) is known color: Han Purple. HEX triplet: 3B, 0E and EA. RGB value is (59,14,234). Sum of RGB (Red+Green+Blue) = 59+14+234=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 234 (91.80% from 255 or 76.22% from 307); Max value from RGB is 234 - color contains mainly: blue. Hex color #3B0EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B0EEA is #C4F115. Grayscale: #333333. Windows color (decimal): -12906774 or 15339067. OLE color: 15339067.
HSL color Cylindrical-coordinate representation of color #3B0EEA: hue angle of 252.27º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0EEA is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 14 | 234 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.08 |
| HSL | 252.27º | 0.89% | 0.49% | - |
| HSV(B) | 252.27º | 0.94% | 0.92% | - |
| XYZ | 16.81 | 7.18 | 78.34 | - |
| YUV | 52.54 | 230.41 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 14 | 234 | 0.75 | 0.94 | 0 | 0.08 | 252.27 | 0.89 | 0.49 |
| Hex | 3B | E | EA | 4B | 5E | 0 | 8 | FC | 59 | 31 |
| Octal | 73 | 16 | 352 | 113 | 136 | 0 | 10 | 374 | 131 | 61 |
| Binary | 111011 | 1110 | 11101010 | 1001011 | 1011110 | 0 | 1000 | 11111100 | 1011001 | 110001 |
Color Harmonies of #3B0EEA
Complementary color
Monochromatic Colors of #3B0EEA
Black with #3B0EEA
Text Example
Text Example
White with #3B0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0EEA; }
p { color: rgb(59,14,234); }
H1.HeaderClassName
{
color: #3B0EEA;
}
.AnyTagClassName
{
color: #3B0EEA;
}
</style>
background-color css
<style>
a { background-color: #3B0EEA; }
a { background-color: rgb(59,14,234); }
div.DivClassName
{
background-color: #3B0EEA;
}
.BgClassName
{
background-color: #3B0EEA;
}
</style>
border-color css
<style>
span { border-color: #3B0EEA; }
span { border-color: rgb(59,14,234); }
td.TdClassName
{
border-color: #3B0EEA;
}
.TagClassName
{
border-color: #3B0EEA;
}
</style>