Shades of Han Purple #3D0BEC
Tints of Han Purple #3D0BEC
RGB
CMYK
RGB Variations
Color information
#3D0BEC (or 0x3D0BEC) is known color: Han Purple. HEX triplet: 3D, 0B and EC. RGB value is (61,11,236). Sum of RGB (Red+Green+Blue) = 61+11+236=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 236 (92.58% from 255 or 76.62% from 308); Max value from RGB is 236 - color contains mainly: blue. Hex color #3D0BEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D0BEC is #C2F413. Grayscale: #323232. Windows color (decimal): -12776468 or 15469373. OLE color: 15469373.
HSL color Cylindrical-coordinate representation of color #3D0BEC: hue angle of 253.33º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0BEC is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 11 | 236 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.07 |
| HSL | 253.33º | 0.91% | 0.48% | - |
| HSV(B) | 253.33º | 0.95% | 0.93% | - |
| XYZ | 17.18 | 7.29 | 79.86 | - |
| YUV | 51.6 | 232.07 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 11 | 236 | 0.74 | 0.95 | 0 | 0.07 | 253.33 | 0.91 | 0.48 |
| Hex | 3D | B | EC | 4A | 5F | 0 | 7 | FD | 5B | 30 |
| Octal | 75 | 13 | 354 | 112 | 137 | 0 | 7 | 375 | 133 | 60 |
| Binary | 111101 | 1011 | 11101100 | 1001010 | 1011111 | 0 | 111 | 11111101 | 1011011 | 110000 |
Color Harmonies of #3D0BEC
Complementary color
Monochromatic Colors of #3D0BEC
Black with #3D0BEC
Text Example
Text Example
White with #3D0BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0BEC; }
p { color: rgb(61,11,236); }
H1.HeaderClassName
{
color: #3D0BEC;
}
.AnyTagClassName
{
color: #3D0BEC;
}
</style>
background-color css
<style>
a { background-color: #3D0BEC; }
a { background-color: rgb(61,11,236); }
div.DivClassName
{
background-color: #3D0BEC;
}
.BgClassName
{
background-color: #3D0BEC;
}
</style>
border-color css
<style>
span { border-color: #3D0BEC; }
span { border-color: rgb(61,11,236); }
td.TdClassName
{
border-color: #3D0BEC;
}
.TagClassName
{
border-color: #3D0BEC;
}
</style>