Shades of Han Purple #3B05DD
Tints of Han Purple #3B05DD
RGB
CMYK
RGB Variations
Color information
#3B05DD (or 0x3B05DD) is known color: Han Purple. HEX triplet: 3B, 05 and DD. RGB value is (59,5,221). Sum of RGB (Red+Green+Blue) = 59+5+221=285 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.70% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 221 (86.72% from 255 or 77.54% from 285); Max value from RGB is 221 - color contains mainly: blue. Hex color #3B05DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B05DD is #C4FA22. Grayscale: #2C2C2C. Windows color (decimal): -12909091 or 14484795. OLE color: 14484795.
HSL color Cylindrical-coordinate representation of color #3B05DD: hue angle of 255º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B05DD is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 5 | 221 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.13 |
| HSL | 255º | 0.96% | 0.44% | - |
| HSV(B) | 255º | 0.98% | 0.87% | - |
| XYZ | 14.91 | 6.26 | 68.83 | - |
| YUV | 45.77 | 226.89 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 221 | 0.73 | 0.98 | 0 | 0.13 | 255 | 0.96 | 0.44 |
| Hex | 3B | 5 | DD | 49 | 62 | 0 | D | FF | 60 | 2C |
| Octal | 73 | 5 | 335 | 111 | 142 | 0 | 15 | 377 | 140 | 54 |
| Binary | 111011 | 101 | 11011101 | 1001001 | 1100010 | 0 | 1101 | 11111111 | 1100000 | 101100 |
Color Harmonies of #3B05DD
Complementary color
Monochromatic Colors of #3B05DD
Black with #3B05DD
Text Example
Text Example
White with #3B05DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B05DD; }
p { color: rgb(59,5,221); }
H1.HeaderClassName
{
color: #3B05DD;
}
.AnyTagClassName
{
color: #3B05DD;
}
</style>
background-color css
<style>
a { background-color: #3B05DD; }
a { background-color: rgb(59,5,221); }
div.DivClassName
{
background-color: #3B05DD;
}
.BgClassName
{
background-color: #3B05DD;
}
</style>
border-color css
<style>
span { border-color: #3B05DD; }
span { border-color: rgb(59,5,221); }
td.TdClassName
{
border-color: #3B05DD;
}
.TagClassName
{
border-color: #3B05DD;
}
</style>