Shades of Han Purple #3B05D1
Tints of Han Purple #3B05D1
RGB
CMYK
RGB Variations
Color information
#3B05D1 (or 0x3B05D1) is known color: Han Purple. HEX triplet: 3B, 05 and D1. RGB value is (59,5,209). Sum of RGB (Red+Green+Blue) = 59+5+209=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 209 (82.03% from 255 or 76.56% from 273); Max value from RGB is 209 - color contains mainly: blue. Hex color #3B05D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B05D1 is #C4FA2E. Grayscale: #2B2B2B. Windows color (decimal): -12909103 or 13698363. OLE color: 13698363.
HSL color Cylindrical-coordinate representation of color #3B05D1: hue angle of 255.88º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B05D1 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 5 | 209 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.18 |
| HSL | 255.88º | 0.95% | 0.42% | - |
| HSV(B) | 255.88º | 0.98% | 0.82% | - |
| XYZ | 13.37 | 5.64 | 60.71 | - |
| YUV | 44.4 | 220.89 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 209 | 0.72 | 0.98 | 0 | 0.18 | 255.88 | 0.95 | 0.42 |
| Hex | 3B | 5 | D1 | 48 | 62 | 0 | 12 | 100 | 5F | 2A |
| Octal | 73 | 5 | 321 | 110 | 142 | 0 | 22 | 400 | 137 | 52 |
| Binary | 111011 | 101 | 11010001 | 1001000 | 1100010 | 0 | 10010 | 100000000 | 1011111 | 101010 |
Color Harmonies of #3B05D1
Complementary color
Monochromatic Colors of #3B05D1
Black with #3B05D1
Text Example
Text Example
White with #3B05D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B05D1; }
p { color: rgb(59,5,209); }
H1.HeaderClassName
{
color: #3B05D1;
}
.AnyTagClassName
{
color: #3B05D1;
}
</style>
background-color css
<style>
a { background-color: #3B05D1; }
a { background-color: rgb(59,5,209); }
div.DivClassName
{
background-color: #3B05D1;
}
.BgClassName
{
background-color: #3B05D1;
}
</style>
border-color css
<style>
span { border-color: #3B05D1; }
span { border-color: rgb(59,5,209); }
td.TdClassName
{
border-color: #3B05D1;
}
.TagClassName
{
border-color: #3B05D1;
}
</style>