Shades of Han Purple #3B0CEF
Tints of Han Purple #3B0CEF
RGB
CMYK
RGB Variations
Color information
#3B0CEF (or 0x3B0CEF) is known color: Han Purple. HEX triplet: 3B, 0C and EF. RGB value is (59,12,239). Sum of RGB (Red+Green+Blue) = 59+12+239=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #3B0CEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B0CEF is #C4F310. Grayscale: #333333. Windows color (decimal): -12907281 or 15666235. OLE color: 15666235.
HSL color Cylindrical-coordinate representation of color #3B0CEF: hue angle of 252.42º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0CEF is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 12 | 239 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.06 |
| HSL | 252.42º | 0.9% | 0.49% | - |
| HSV(B) | 252.42º | 0.95% | 0.94% | - |
| XYZ | 17.52 | 7.42 | 82.17 | - |
| YUV | 51.93 | 233.57 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 12 | 239 | 0.75 | 0.95 | 0 | 0.06 | 252.42 | 0.9 | 0.49 |
| Hex | 3B | C | EF | 4B | 5F | 0 | 6 | FC | 5A | 31 |
| Octal | 73 | 14 | 357 | 113 | 137 | 0 | 6 | 374 | 132 | 61 |
| Binary | 111011 | 1100 | 11101111 | 1001011 | 1011111 | 0 | 110 | 11111100 | 1011010 | 110001 |
Color Harmonies of #3B0CEF
Complementary color
Monochromatic Colors of #3B0CEF
Black with #3B0CEF
Text Example
Text Example
White with #3B0CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0CEF; }
p { color: rgb(59,12,239); }
H1.HeaderClassName
{
color: #3B0CEF;
}
.AnyTagClassName
{
color: #3B0CEF;
}
</style>
background-color css
<style>
a { background-color: #3B0CEF; }
a { background-color: rgb(59,12,239); }
div.DivClassName
{
background-color: #3B0CEF;
}
.BgClassName
{
background-color: #3B0CEF;
}
</style>
border-color css
<style>
span { border-color: #3B0CEF; }
span { border-color: rgb(59,12,239); }
td.TdClassName
{
border-color: #3B0CEF;
}
.TagClassName
{
border-color: #3B0CEF;
}
</style>