Shades of Han Purple #3D30E6
Tints of Han Purple #3D30E6
RGB
CMYK
RGB Variations
Color information
#3D30E6 (or 0x3D30E6) is known color: Han Purple. HEX triplet: 3D, 30 and E6. RGB value is (61,48,230). Sum of RGB (Red+Green+Blue) = 61+48+230=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 230 (90.23% from 255 or 67.85% from 339); Max value from RGB is 230 - color contains mainly: blue. Hex color #3D30E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D30E6 is #C2CF19. Grayscale: #474747. Windows color (decimal): -12767002 or 15085629. OLE color: 15085629.
HSL color Cylindrical-coordinate representation of color #3D30E6: hue angle of 244.29º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D30E6 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 61 | 48 | 230 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.10 |
| HSL | 244.29º | 0.78% | 0.55% | - |
| HSV(B) | 244.29º | 0.79% | 0.9% | - |
| XYZ | 17.26 | 8.82 | 75.66 | - |
| YUV | 72.64 | 216.81 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 48 | 230 | 0.73 | 0.79 | 0 | 0.10 | 244.29 | 0.78 | 0.55 |
| Hex | 3D | 30 | E6 | 49 | 4F | 0 | A | F4 | 4E | 37 |
| Octal | 75 | 60 | 346 | 111 | 117 | 0 | 12 | 364 | 116 | 67 |
| Binary | 111101 | 110000 | 11100110 | 1001001 | 1001111 | 0 | 1010 | 11110100 | 1001110 | 110111 |
Color Harmonies of #3D30E6
Complementary color
Monochromatic Colors of #3D30E6
Black with #3D30E6
Text Example
Text Example
White with #3D30E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D30E6; }
p { color: rgb(61,48,230); }
H1.HeaderClassName
{
color: #3D30E6;
}
.AnyTagClassName
{
color: #3D30E6;
}
</style>
background-color css
<style>
a { background-color: #3D30E6; }
a { background-color: rgb(61,48,230); }
div.DivClassName
{
background-color: #3D30E6;
}
.BgClassName
{
background-color: #3D30E6;
}
</style>
border-color css
<style>
span { border-color: #3D30E6; }
span { border-color: rgb(61,48,230); }
td.TdClassName
{
border-color: #3D30E6;
}
.TagClassName
{
border-color: #3D30E6;
}
</style>