Shades of Han Purple #3D0BE0
Tints of Han Purple #3D0BE0
RGB
CMYK
RGB Variations
Color information
#3D0BE0 (or 0x3D0BE0) is known color: Han Purple. HEX triplet: 3D, 0B and E0. RGB value is (61,11,224). Sum of RGB (Red+Green+Blue) = 61+11+224=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 224 (87.89% from 255 or 75.68% from 296); Max value from RGB is 224 - color contains mainly: blue. Hex color #3D0BE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0BE0 is #C2F41F. Grayscale: #313131. Windows color (decimal): -12776480 or 14682941. OLE color: 14682941.
HSL color Cylindrical-coordinate representation of color #3D0BE0: hue angle of 254.08º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0BE0 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 61 | 11 | 224 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.12 |
| HSL | 254.08º | 0.91% | 0.46% | - |
| HSV(B) | 254.08º | 0.95% | 0.88% | - |
| XYZ | 15.5 | 6.61 | 70.98 | - |
| YUV | 50.23 | 226.07 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 11 | 224 | 0.73 | 0.95 | 0 | 0.12 | 254.08 | 0.91 | 0.46 |
| Hex | 3D | B | E0 | 49 | 5F | 0 | C | FE | 5B | 2E |
| Octal | 75 | 13 | 340 | 111 | 137 | 0 | 14 | 376 | 133 | 56 |
| Binary | 111101 | 1011 | 11100000 | 1001001 | 1011111 | 0 | 1100 | 11111110 | 1011011 | 101110 |
Color Harmonies of #3D0BE0
Complementary color
Monochromatic Colors of #3D0BE0
Black with #3D0BE0
Text Example
Text Example
White with #3D0BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0BE0; }
p { color: rgb(61,11,224); }
H1.HeaderClassName
{
color: #3D0BE0;
}
.AnyTagClassName
{
color: #3D0BE0;
}
</style>
background-color css
<style>
a { background-color: #3D0BE0; }
a { background-color: rgb(61,11,224); }
div.DivClassName
{
background-color: #3D0BE0;
}
.BgClassName
{
background-color: #3D0BE0;
}
</style>
border-color css
<style>
span { border-color: #3D0BE0; }
span { border-color: rgb(61,11,224); }
td.TdClassName
{
border-color: #3D0BE0;
}
.TagClassName
{
border-color: #3D0BE0;
}
</style>