Shades of Han Purple #3B05D3
Tints of Han Purple #3B05D3
RGB
CMYK
RGB Variations
Color information
#3B05D3 (or 0x3B05D3) is known color: Han Purple. HEX triplet: 3B, 05 and D3. RGB value is (59,5,211). Sum of RGB (Red+Green+Blue) = 59+5+211=275 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.45% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 211 (82.81% from 255 or 76.73% from 275); Max value from RGB is 211 - color contains mainly: blue. Hex color #3B05D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B05D3 is #C4FA2C. Grayscale: #2B2B2B. Windows color (decimal): -12909101 or 13829435. OLE color: 13829435.
HSL color Cylindrical-coordinate representation of color #3B05D3: hue angle of 255.73º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B05D3 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 5 | 211 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.17 |
| HSL | 255.73º | 0.95% | 0.42% | - |
| HSV(B) | 255.73º | 0.98% | 0.83% | - |
| XYZ | 13.62 | 5.74 | 62.02 | - |
| YUV | 44.63 | 221.89 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 211 | 0.72 | 0.98 | 0 | 0.17 | 255.73 | 0.95 | 0.42 |
| Hex | 3B | 5 | D3 | 48 | 62 | 0 | 11 | 100 | 5F | 2A |
| Octal | 73 | 5 | 323 | 110 | 142 | 0 | 21 | 400 | 137 | 52 |
| Binary | 111011 | 101 | 11010011 | 1001000 | 1100010 | 0 | 10001 | 100000000 | 1011111 | 101010 |
Color Harmonies of #3B05D3
Complementary color
Monochromatic Colors of #3B05D3
Black with #3B05D3
Text Example
Text Example
White with #3B05D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B05D3; }
p { color: rgb(59,5,211); }
H1.HeaderClassName
{
color: #3B05D3;
}
.AnyTagClassName
{
color: #3B05D3;
}
</style>
background-color css
<style>
a { background-color: #3B05D3; }
a { background-color: rgb(59,5,211); }
div.DivClassName
{
background-color: #3B05D3;
}
.BgClassName
{
background-color: #3B05D3;
}
</style>
border-color css
<style>
span { border-color: #3B05D3; }
span { border-color: rgb(59,5,211); }
td.TdClassName
{
border-color: #3B05D3;
}
.TagClassName
{
border-color: #3B05D3;
}
</style>