Shades of Han Purple #3B0CDD
Tints of Han Purple #3B0CDD
RGB
CMYK
RGB Variations
Color information
#3B0CDD (or 0x3B0CDD) is known color: Han Purple. HEX triplet: 3B, 0C and DD. RGB value is (59,12,221). Sum of RGB (Red+Green+Blue) = 59+12+221=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #3B0CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0CDD is #C4F322. Grayscale: #313131. Windows color (decimal): -12907299 or 14486587. OLE color: 14486587.
HSL color Cylindrical-coordinate representation of color #3B0CDD: hue angle of 253.49º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0CDD is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 12 | 221 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.13 |
| HSL | 253.49º | 0.9% | 0.46% | - |
| HSV(B) | 253.49º | 0.95% | 0.87% | - |
| XYZ | 14.99 | 6.41 | 68.85 | - |
| YUV | 49.88 | 224.57 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 12 | 221 | 0.73 | 0.95 | 0 | 0.13 | 253.49 | 0.9 | 0.46 |
| Hex | 3B | C | DD | 49 | 5F | 0 | D | FD | 5A | 2E |
| Octal | 73 | 14 | 335 | 111 | 137 | 0 | 15 | 375 | 132 | 56 |
| Binary | 111011 | 1100 | 11011101 | 1001001 | 1011111 | 0 | 1101 | 11111101 | 1011010 | 101110 |
Color Harmonies of #3B0CDD
Complementary color
Monochromatic Colors of #3B0CDD
Black with #3B0CDD
Text Example
Text Example
White with #3B0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0CDD; }
p { color: rgb(59,12,221); }
H1.HeaderClassName
{
color: #3B0CDD;
}
.AnyTagClassName
{
color: #3B0CDD;
}
</style>
background-color css
<style>
a { background-color: #3B0CDD; }
a { background-color: rgb(59,12,221); }
div.DivClassName
{
background-color: #3B0CDD;
}
.BgClassName
{
background-color: #3B0CDD;
}
</style>
border-color css
<style>
span { border-color: #3B0CDD; }
span { border-color: rgb(59,12,221); }
td.TdClassName
{
border-color: #3B0CDD;
}
.TagClassName
{
border-color: #3B0CDD;
}
</style>