Shades of Han Purple #3D0BE5
Tints of Han Purple #3D0BE5
RGB
CMYK
RGB Variations
Color information
#3D0BE5 (or 0x3D0BE5) is known color: Han Purple. HEX triplet: 3D, 0B and E5. RGB value is (61,11,229). Sum of RGB (Red+Green+Blue) = 61+11+229=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 229 (89.84% from 255 or 76.08% from 301); Max value from RGB is 229 - color contains mainly: blue. Hex color #3D0BE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0BE5 is #C2F41A. Grayscale: #313131. Windows color (decimal): -12776475 or 15010621. OLE color: 15010621.
HSL color Cylindrical-coordinate representation of color #3D0BE5: hue angle of 253.76º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0BE5 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 61 | 11 | 229 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.10 |
| HSL | 253.76º | 0.91% | 0.47% | - |
| HSV(B) | 253.76º | 0.95% | 0.9% | - |
| XYZ | 16.19 | 6.89 | 74.61 | - |
| YUV | 50.8 | 228.57 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 11 | 229 | 0.73 | 0.95 | 0 | 0.10 | 253.76 | 0.91 | 0.47 |
| Hex | 3D | B | E5 | 49 | 5F | 0 | A | FE | 5B | 2F |
| Octal | 75 | 13 | 345 | 111 | 137 | 0 | 12 | 376 | 133 | 57 |
| Binary | 111101 | 1011 | 11100101 | 1001001 | 1011111 | 0 | 1010 | 11111110 | 1011011 | 101111 |
Color Harmonies of #3D0BE5
Complementary color
Monochromatic Colors of #3D0BE5
Black with #3D0BE5
Text Example
Text Example
White with #3D0BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0BE5; }
p { color: rgb(61,11,229); }
H1.HeaderClassName
{
color: #3D0BE5;
}
.AnyTagClassName
{
color: #3D0BE5;
}
</style>
background-color css
<style>
a { background-color: #3D0BE5; }
a { background-color: rgb(61,11,229); }
div.DivClassName
{
background-color: #3D0BE5;
}
.BgClassName
{
background-color: #3D0BE5;
}
</style>
border-color css
<style>
span { border-color: #3D0BE5; }
span { border-color: rgb(61,11,229); }
td.TdClassName
{
border-color: #3D0BE5;
}
.TagClassName
{
border-color: #3D0BE5;
}
</style>