Shades of Han Purple #3D28E6
Tints of Han Purple #3D28E6
RGB
CMYK
RGB Variations
Color information
#3D28E6 (or 0x3D28E6) is known color: Han Purple. HEX triplet: 3D, 28 and E6. RGB value is (61,40,230). Sum of RGB (Red+Green+Blue) = 61+40+230=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 230 (90.23% from 255 or 69.49% from 331); Max value from RGB is 230 - color contains mainly: blue. Hex color #3D28E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D28E6 is #C2D719. Grayscale: #434343. Windows color (decimal): -12769050 or 15083581. OLE color: 15083581.
HSL color Cylindrical-coordinate representation of color #3D28E6: hue angle of 246.63º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3D28E6 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 61 | 40 | 230 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.10 |
| HSL | 246.63º | 0.79% | 0.53% | - |
| HSV(B) | 246.63º | 0.83% | 0.9% | - |
| XYZ | 16.97 | 8.22 | 75.56 | - |
| YUV | 67.94 | 219.46 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 230 | 0.73 | 0.83 | 0 | 0.10 | 246.63 | 0.79 | 0.53 |
| Hex | 3D | 28 | E6 | 49 | 53 | 0 | A | F7 | 4F | 35 |
| Octal | 75 | 50 | 346 | 111 | 123 | 0 | 12 | 367 | 117 | 65 |
| Binary | 111101 | 101000 | 11100110 | 1001001 | 1010011 | 0 | 1010 | 11110111 | 1001111 | 110101 |
Color Harmonies of #3D28E6
Complementary color
Monochromatic Colors of #3D28E6
Black with #3D28E6
Text Example
Text Example
White with #3D28E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D28E6; }
p { color: rgb(61,40,230); }
H1.HeaderClassName
{
color: #3D28E6;
}
.AnyTagClassName
{
color: #3D28E6;
}
</style>
background-color css
<style>
a { background-color: #3D28E6; }
a { background-color: rgb(61,40,230); }
div.DivClassName
{
background-color: #3D28E6;
}
.BgClassName
{
background-color: #3D28E6;
}
</style>
border-color css
<style>
span { border-color: #3D28E6; }
span { border-color: rgb(61,40,230); }
td.TdClassName
{
border-color: #3D28E6;
}
.TagClassName
{
border-color: #3D28E6;
}
</style>