Shades of Han Purple #3D0FE5
Tints of Han Purple #3D0FE5
RGB
CMYK
RGB Variations
Color information
#3D0FE5 (or 0x3D0FE5) is known color: Han Purple. HEX triplet: 3D, 0F and E5. RGB value is (61,15,229). Sum of RGB (Red+Green+Blue) = 61+15+229=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 229 (89.84% from 255 or 75.08% from 305); Max value from RGB is 229 - color contains mainly: blue. Hex color #3D0FE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0FE5 is #C2F01A. Grayscale: #343434. Windows color (decimal): -12775451 or 15011645. OLE color: 15011645.
HSL color Cylindrical-coordinate representation of color #3D0FE5: hue angle of 252.9º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D0FE5 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 61 | 15 | 229 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.10 |
| HSL | 252.9º | 0.88% | 0.48% | - |
| HSV(B) | 252.9º | 0.93% | 0.9% | - |
| XYZ | 16.24 | 6.99 | 74.62 | - |
| YUV | 53.15 | 227.24 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 15 | 229 | 0.73 | 0.93 | 0 | 0.10 | 252.9 | 0.88 | 0.48 |
| Hex | 3D | F | E5 | 49 | 5D | 0 | A | FD | 58 | 30 |
| Octal | 75 | 17 | 345 | 111 | 135 | 0 | 12 | 375 | 130 | 60 |
| Binary | 111101 | 1111 | 11100101 | 1001001 | 1011101 | 0 | 1010 | 11111101 | 1011000 | 110000 |
Color Harmonies of #3D0FE5
Complementary color
Monochromatic Colors of #3D0FE5
Black with #3D0FE5
Text Example
Text Example
White with #3D0FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0FE5; }
p { color: rgb(61,15,229); }
H1.HeaderClassName
{
color: #3D0FE5;
}
.AnyTagClassName
{
color: #3D0FE5;
}
</style>
background-color css
<style>
a { background-color: #3D0FE5; }
a { background-color: rgb(61,15,229); }
div.DivClassName
{
background-color: #3D0FE5;
}
.BgClassName
{
background-color: #3D0FE5;
}
</style>
border-color css
<style>
span { border-color: #3D0FE5; }
span { border-color: rgb(61,15,229); }
td.TdClassName
{
border-color: #3D0FE5;
}
.TagClassName
{
border-color: #3D0FE5;
}
</style>