Shades of Han Purple #3B05EA
Tints of Han Purple #3B05EA
RGB
CMYK
RGB Variations
Color information
#3B05EA (or 0x3B05EA) is known color: Han Purple. HEX triplet: 3B, 05 and EA. RGB value is (59,5,234). Sum of RGB (Red+Green+Blue) = 59+5+234=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 234 (91.80% from 255 or 78.52% from 298); Max value from RGB is 234 - color contains mainly: blue. Hex color #3B05EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B05EA is #C4FA15. Grayscale: #2E2E2E. Windows color (decimal): -12909078 or 15336763. OLE color: 15336763.
HSL color Cylindrical-coordinate representation of color #3B05EA: hue angle of 254.15º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B05EA is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 5 | 234 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.08 |
| HSL | 254.15º | 0.96% | 0.47% | - |
| HSV(B) | 254.15º | 0.98% | 0.92% | - |
| XYZ | 16.71 | 6.98 | 78.31 | - |
| YUV | 47.25 | 233.39 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 234 | 0.75 | 0.98 | 0 | 0.08 | 254.15 | 0.96 | 0.47 |
| Hex | 3B | 5 | EA | 4B | 62 | 0 | 8 | FE | 60 | 2F |
| Octal | 73 | 5 | 352 | 113 | 142 | 0 | 10 | 376 | 140 | 57 |
| Binary | 111011 | 101 | 11101010 | 1001011 | 1100010 | 0 | 1000 | 11111110 | 1100000 | 101111 |
Color Harmonies of #3B05EA
Complementary color
Monochromatic Colors of #3B05EA
Black with #3B05EA
Text Example
Text Example
White with #3B05EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B05EA; }
p { color: rgb(59,5,234); }
H1.HeaderClassName
{
color: #3B05EA;
}
.AnyTagClassName
{
color: #3B05EA;
}
</style>
background-color css
<style>
a { background-color: #3B05EA; }
a { background-color: rgb(59,5,234); }
div.DivClassName
{
background-color: #3B05EA;
}
.BgClassName
{
background-color: #3B05EA;
}
</style>
border-color css
<style>
span { border-color: #3B05EA; }
span { border-color: rgb(59,5,234); }
td.TdClassName
{
border-color: #3B05EA;
}
.TagClassName
{
border-color: #3B05EA;
}
</style>