Shades of Han Purple #3B1FEA
Tints of Han Purple #3B1FEA
RGB
CMYK
RGB Variations
Color information
#3B1FEA (or 0x3B1FEA) is known color: Han Purple. HEX triplet: 3B, 1F and EA. RGB value is (59,31,234). Sum of RGB (Red+Green+Blue) = 59+31+234=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 234 (91.80% from 255 or 72.22% from 324); Max value from RGB is 234 - color contains mainly: blue. Hex color #3B1FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B1FEA is #C4E015. Grayscale: #3D3D3D. Windows color (decimal): -12902422 or 15343419. OLE color: 15343419.
HSL color Cylindrical-coordinate representation of color #3B1FEA: hue angle of 248.28º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B1FEA is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 31 | 234 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.08 |
| HSL | 248.28º | 0.83% | 0.52% | - |
| HSV(B) | 248.28º | 0.87% | 0.92% | - |
| XYZ | 17.14 | 7.85 | 78.45 | - |
| YUV | 62.51 | 224.78 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 234 | 0.75 | 0.87 | 0 | 0.08 | 248.28 | 0.83 | 0.52 |
| Hex | 3B | 1F | EA | 4B | 57 | 0 | 8 | F8 | 53 | 34 |
| Octal | 73 | 37 | 352 | 113 | 127 | 0 | 10 | 370 | 123 | 64 |
| Binary | 111011 | 11111 | 11101010 | 1001011 | 1010111 | 0 | 1000 | 11111000 | 1010011 | 110100 |
Color Harmonies of #3B1FEA
Complementary color
Monochromatic Colors of #3B1FEA
Black with #3B1FEA
Text Example
Text Example
White with #3B1FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1FEA; }
p { color: rgb(59,31,234); }
H1.HeaderClassName
{
color: #3B1FEA;
}
.AnyTagClassName
{
color: #3B1FEA;
}
</style>
background-color css
<style>
a { background-color: #3B1FEA; }
a { background-color: rgb(59,31,234); }
div.DivClassName
{
background-color: #3B1FEA;
}
.BgClassName
{
background-color: #3B1FEA;
}
</style>
border-color css
<style>
span { border-color: #3B1FEA; }
span { border-color: rgb(59,31,234); }
td.TdClassName
{
border-color: #3B1FEA;
}
.TagClassName
{
border-color: #3B1FEA;
}
</style>