Shades of Han Purple #3B0AD6
Tints of Han Purple #3B0AD6
RGB
CMYK
RGB Variations
Color information
#3B0AD6 (or 0x3B0AD6) is known color: Han Purple. HEX triplet: 3B, 0A and D6. RGB value is (59,10,214). Sum of RGB (Red+Green+Blue) = 59+10+214=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 214 (83.98% from 255 or 75.62% from 283); Max value from RGB is 214 - color contains mainly: blue. Hex color #3B0AD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0AD6 is #C4F529. Grayscale: #2F2F2F. Windows color (decimal): -12907818 or 14027323. OLE color: 14027323.
HSL color Cylindrical-coordinate representation of color #3B0AD6: hue angle of 254.41º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0AD6 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 10 | 214 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.16 |
| HSL | 254.41º | 0.91% | 0.44% | - |
| HSV(B) | 254.41º | 0.95% | 0.84% | - |
| XYZ | 14.05 | 6 | 64.04 | - |
| YUV | 47.91 | 221.73 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 10 | 214 | 0.72 | 0.95 | 0 | 0.16 | 254.41 | 0.91 | 0.44 |
| Hex | 3B | A | D6 | 48 | 5F | 0 | 10 | FE | 5B | 2C |
| Octal | 73 | 12 | 326 | 110 | 137 | 0 | 20 | 376 | 133 | 54 |
| Binary | 111011 | 1010 | 11010110 | 1001000 | 1011111 | 0 | 10000 | 11111110 | 1011011 | 101100 |
Color Harmonies of #3B0AD6
Complementary color
Monochromatic Colors of #3B0AD6
Black with #3B0AD6
Text Example
Text Example
White with #3B0AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0AD6; }
p { color: rgb(59,10,214); }
H1.HeaderClassName
{
color: #3B0AD6;
}
.AnyTagClassName
{
color: #3B0AD6;
}
</style>
background-color css
<style>
a { background-color: #3B0AD6; }
a { background-color: rgb(59,10,214); }
div.DivClassName
{
background-color: #3B0AD6;
}
.BgClassName
{
background-color: #3B0AD6;
}
</style>
border-color css
<style>
span { border-color: #3B0AD6; }
span { border-color: rgb(59,10,214); }
td.TdClassName
{
border-color: #3B0AD6;
}
.TagClassName
{
border-color: #3B0AD6;
}
</style>