Shades of Han Purple #3B0CDC
Tints of Han Purple #3B0CDC
RGB
CMYK
RGB Variations
Color information
#3B0CDC (or 0x3B0CDC) is known color: Han Purple. HEX triplet: 3B, 0C and DC. RGB value is (59,12,220). Sum of RGB (Red+Green+Blue) = 59+12+220=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 220 (86.33% from 255 or 75.60% from 291); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B0CDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0CDC is #C4F323. Grayscale: #303030. Windows color (decimal): -12907300 or 14421051. OLE color: 14421051.
HSL color Cylindrical-coordinate representation of color #3B0CDC: hue angle of 253.56º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0CDC is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 12 | 220 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.14 |
| HSL | 253.56º | 0.9% | 0.45% | - |
| HSV(B) | 253.56º | 0.95% | 0.86% | - |
| XYZ | 14.85 | 6.36 | 68.15 | - |
| YUV | 49.77 | 224.07 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 12 | 220 | 0.73 | 0.95 | 0 | 0.14 | 253.56 | 0.9 | 0.45 |
| Hex | 3B | C | DC | 49 | 5F | 0 | E | FE | 5A | 2D |
| Octal | 73 | 14 | 334 | 111 | 137 | 0 | 16 | 376 | 132 | 55 |
| Binary | 111011 | 1100 | 11011100 | 1001001 | 1011111 | 0 | 1110 | 11111110 | 1011010 | 101101 |
Color Harmonies of #3B0CDC
Complementary color
Monochromatic Colors of #3B0CDC
Black with #3B0CDC
Text Example
Text Example
White with #3B0CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0CDC; }
p { color: rgb(59,12,220); }
H1.HeaderClassName
{
color: #3B0CDC;
}
.AnyTagClassName
{
color: #3B0CDC;
}
</style>
background-color css
<style>
a { background-color: #3B0CDC; }
a { background-color: rgb(59,12,220); }
div.DivClassName
{
background-color: #3B0CDC;
}
.BgClassName
{
background-color: #3B0CDC;
}
</style>
border-color css
<style>
span { border-color: #3B0CDC; }
span { border-color: rgb(59,12,220); }
td.TdClassName
{
border-color: #3B0CDC;
}
.TagClassName
{
border-color: #3B0CDC;
}
</style>