Shades of Han Purple #3D25E8
Tints of Han Purple #3D25E8
RGB
CMYK
RGB Variations
Color information
#3D25E8 (or 0x3D25E8) is known color: Han Purple. HEX triplet: 3D, 25 and E8. RGB value is (61,37,232). Sum of RGB (Red+Green+Blue) = 61+37+232=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 232 (91.02% from 255 or 70.30% from 330); Max value from RGB is 232 - color contains mainly: blue. Hex color #3D25E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D25E8 is #C2DA17. Grayscale: #414141. Windows color (decimal): -12769816 or 15213885. OLE color: 15213885.
HSL color Cylindrical-coordinate representation of color #3D25E8: hue angle of 247.38º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D25E8 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 61 | 37 | 232 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.09 |
| HSL | 247.38º | 0.81% | 0.53% | - |
| HSV(B) | 247.38º | 0.84% | 0.91% | - |
| XYZ | 17.15 | 8.14 | 77.01 | - |
| YUV | 66.41 | 221.45 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 232 | 0.74 | 0.84 | 0 | 0.09 | 247.38 | 0.81 | 0.53 |
| Hex | 3D | 25 | E8 | 4A | 54 | 0 | 9 | F7 | 51 | 35 |
| Octal | 75 | 45 | 350 | 112 | 124 | 0 | 11 | 367 | 121 | 65 |
| Binary | 111101 | 100101 | 11101000 | 1001010 | 1010100 | 0 | 1001 | 11110111 | 1010001 | 110101 |
Color Harmonies of #3D25E8
Complementary color
Monochromatic Colors of #3D25E8
Black with #3D25E8
Text Example
Text Example
White with #3D25E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D25E8; }
p { color: rgb(61,37,232); }
H1.HeaderClassName
{
color: #3D25E8;
}
.AnyTagClassName
{
color: #3D25E8;
}
</style>
background-color css
<style>
a { background-color: #3D25E8; }
a { background-color: rgb(61,37,232); }
div.DivClassName
{
background-color: #3D25E8;
}
.BgClassName
{
background-color: #3D25E8;
}
</style>
border-color css
<style>
span { border-color: #3D25E8; }
span { border-color: rgb(61,37,232); }
td.TdClassName
{
border-color: #3D25E8;
}
.TagClassName
{
border-color: #3D25E8;
}
</style>