Shades of Han Purple #3B1CEF
Tints of Han Purple #3B1CEF
RGB
CMYK
RGB Variations
Color information
#3B1CEF (or 0x3B1CEF) is known color: Han Purple. HEX triplet: 3B, 1C and EF. RGB value is (59,28,239). Sum of RGB (Red+Green+Blue) = 59+28+239=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #3B1CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B1CEF is #C4E310. Grayscale: #3C3C3C. Windows color (decimal): -12903185 or 15670331. OLE color: 15670331.
HSL color Cylindrical-coordinate representation of color #3B1CEF: hue angle of 248.82º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B1CEF is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 28 | 239 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.06 |
| HSL | 248.82º | 0.87% | 0.52% | - |
| HSV(B) | 248.82º | 0.88% | 0.94% | - |
| XYZ | 17.8 | 7.99 | 82.27 | - |
| YUV | 61.32 | 228.27 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 28 | 239 | 0.75 | 0.88 | 0 | 0.06 | 248.82 | 0.87 | 0.52 |
| Hex | 3B | 1C | EF | 4B | 58 | 0 | 6 | F9 | 57 | 34 |
| Octal | 73 | 34 | 357 | 113 | 130 | 0 | 6 | 371 | 127 | 64 |
| Binary | 111011 | 11100 | 11101111 | 1001011 | 1011000 | 0 | 110 | 11111001 | 1010111 | 110100 |
Color Harmonies of #3B1CEF
Complementary color
Monochromatic Colors of #3B1CEF
Black with #3B1CEF
Text Example
Text Example
White with #3B1CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1CEF; }
p { color: rgb(59,28,239); }
H1.HeaderClassName
{
color: #3B1CEF;
}
.AnyTagClassName
{
color: #3B1CEF;
}
</style>
background-color css
<style>
a { background-color: #3B1CEF; }
a { background-color: rgb(59,28,239); }
div.DivClassName
{
background-color: #3B1CEF;
}
.BgClassName
{
background-color: #3B1CEF;
}
</style>
border-color css
<style>
span { border-color: #3B1CEF; }
span { border-color: rgb(59,28,239); }
td.TdClassName
{
border-color: #3B1CEF;
}
.TagClassName
{
border-color: #3B1CEF;
}
</style>