Shades of Han Purple #3D0BDB
Tints of Han Purple #3D0BDB
RGB
CMYK
RGB Variations
Color information
#3D0BDB (or 0x3D0BDB) is known color: Han Purple. HEX triplet: 3D, 0B and DB. RGB value is (61,11,219). Sum of RGB (Red+Green+Blue) = 61+11+219=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D0BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0BDB is #C2F424. Grayscale: #303030. Windows color (decimal): -12776485 or 14355261. OLE color: 14355261.
HSL color Cylindrical-coordinate representation of color #3D0BDB: hue angle of 254.42º 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 #3D0BDB is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 11 | 219 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.14 |
| HSL | 254.42º | 0.9% | 0.45% | - |
| HSV(B) | 254.42º | 0.95% | 0.86% | - |
| XYZ | 14.83 | 6.35 | 67.46 | - |
| YUV | 49.66 | 223.57 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 11 | 219 | 0.72 | 0.95 | 0 | 0.14 | 254.42 | 0.9 | 0.45 |
| Hex | 3D | B | DB | 48 | 5F | 0 | E | FE | 5A | 2D |
| Octal | 75 | 13 | 333 | 110 | 137 | 0 | 16 | 376 | 132 | 55 |
| Binary | 111101 | 1011 | 11011011 | 1001000 | 1011111 | 0 | 1110 | 11111110 | 1011010 | 101101 |
Color Harmonies of #3D0BDB
Complementary color
Monochromatic Colors of #3D0BDB
Black with #3D0BDB
Text Example
Text Example
White with #3D0BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0BDB; }
p { color: rgb(61,11,219); }
H1.HeaderClassName
{
color: #3D0BDB;
}
.AnyTagClassName
{
color: #3D0BDB;
}
</style>
background-color css
<style>
a { background-color: #3D0BDB; }
a { background-color: rgb(61,11,219); }
div.DivClassName
{
background-color: #3D0BDB;
}
.BgClassName
{
background-color: #3D0BDB;
}
</style>
border-color css
<style>
span { border-color: #3D0BDB; }
span { border-color: rgb(61,11,219); }
td.TdClassName
{
border-color: #3D0BDB;
}
.TagClassName
{
border-color: #3D0BDB;
}
</style>