Shades of Han Purple #3B0CDA
Tints of Han Purple #3B0CDA
RGB
CMYK
RGB Variations
Color information
#3B0CDA (or 0x3B0CDA) is known color: Han Purple. HEX triplet: 3B, 0C and DA. RGB value is (59,12,218). Sum of RGB (Red+Green+Blue) = 59+12+218=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 218 (85.55% from 255 or 75.43% from 289); Max value from RGB is 218 - color contains mainly: blue. Hex color #3B0CDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0CDA is #C4F325. Grayscale: #303030. Windows color (decimal): -12907302 or 14289979. OLE color: 14289979.
HSL color Cylindrical-coordinate representation of color #3B0CDA: hue angle of 253.69º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0CDA is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 12 | 218 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.15 |
| HSL | 253.69º | 0.9% | 0.45% | - |
| HSV(B) | 253.69º | 0.94% | 0.85% | - |
| XYZ | 14.59 | 6.25 | 66.77 | - |
| YUV | 49.54 | 223.07 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 12 | 218 | 0.73 | 0.94 | 0 | 0.15 | 253.69 | 0.9 | 0.45 |
| Hex | 3B | C | DA | 49 | 5E | 0 | F | FE | 5A | 2D |
| Octal | 73 | 14 | 332 | 111 | 136 | 0 | 17 | 376 | 132 | 55 |
| Binary | 111011 | 1100 | 11011010 | 1001001 | 1011110 | 0 | 1111 | 11111110 | 1011010 | 101101 |
Color Harmonies of #3B0CDA
Complementary color
Monochromatic Colors of #3B0CDA
Black with #3B0CDA
Text Example
Text Example
White with #3B0CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0CDA; }
p { color: rgb(59,12,218); }
H1.HeaderClassName
{
color: #3B0CDA;
}
.AnyTagClassName
{
color: #3B0CDA;
}
</style>
background-color css
<style>
a { background-color: #3B0CDA; }
a { background-color: rgb(59,12,218); }
div.DivClassName
{
background-color: #3B0CDA;
}
.BgClassName
{
background-color: #3B0CDA;
}
</style>
border-color css
<style>
span { border-color: #3B0CDA; }
span { border-color: rgb(59,12,218); }
td.TdClassName
{
border-color: #3B0CDA;
}
.TagClassName
{
border-color: #3B0CDA;
}
</style>