Shades of Han Purple #3D25DF
Tints of Han Purple #3D25DF
RGB
CMYK
RGB Variations
Color information
#3D25DF (or 0x3D25DF) is known color: Han Purple. HEX triplet: 3D, 25 and DF. RGB value is (61,37,223). Sum of RGB (Red+Green+Blue) = 61+37+223=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D25DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D25DF is #C2DA20. Grayscale: #404040. Windows color (decimal): -12769825 or 14624061. OLE color: 14624061.
HSL color Cylindrical-coordinate representation of color #3D25DF: hue angle of 247.74º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3D25DF is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 37 | 223 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.13 |
| HSL | 247.74º | 0.74% | 0.51% | - |
| HSV(B) | 247.74º | 0.83% | 0.87% | - |
| XYZ | 15.91 | 7.64 | 70.45 | - |
| YUV | 65.38 | 216.95 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 223 | 0.73 | 0.83 | 0 | 0.13 | 247.74 | 0.74 | 0.51 |
| Hex | 3D | 25 | DF | 49 | 53 | 0 | D | F8 | 4A | 33 |
| Octal | 75 | 45 | 337 | 111 | 123 | 0 | 15 | 370 | 112 | 63 |
| Binary | 111101 | 100101 | 11011111 | 1001001 | 1010011 | 0 | 1101 | 11111000 | 1001010 | 110011 |
Color Harmonies of #3D25DF
Complementary color
Monochromatic Colors of #3D25DF
Black with #3D25DF
Text Example
Text Example
White with #3D25DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D25DF; }
p { color: rgb(61,37,223); }
H1.HeaderClassName
{
color: #3D25DF;
}
.AnyTagClassName
{
color: #3D25DF;
}
</style>
background-color css
<style>
a { background-color: #3D25DF; }
a { background-color: rgb(61,37,223); }
div.DivClassName
{
background-color: #3D25DF;
}
.BgClassName
{
background-color: #3D25DF;
}
</style>
border-color css
<style>
span { border-color: #3D25DF; }
span { border-color: rgb(61,37,223); }
td.TdClassName
{
border-color: #3D25DF;
}
.TagClassName
{
border-color: #3D25DF;
}
</style>