Shades of Han Purple #3D27E5
Tints of Han Purple #3D27E5
RGB
CMYK
RGB Variations
Color information
#3D27E5 (or 0x3D27E5) is known color: Han Purple. HEX triplet: 3D, 27 and E5. RGB value is (61,39,229). Sum of RGB (Red+Green+Blue) = 61+39+229=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 229 (89.84% from 255 or 69.60% from 329); Max value from RGB is 229 - color contains mainly: blue. Hex color #3D27E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D27E5 is #C2D81A. Grayscale: #424242. Windows color (decimal): -12769307 or 15017789. OLE color: 15017789.
HSL color Cylindrical-coordinate representation of color #3D27E5: hue angle of 246.95º 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 #3D27E5 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 61 | 39 | 229 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.10 |
| HSL | 246.95º | 0.79% | 0.53% | - |
| HSV(B) | 246.95º | 0.83% | 0.9% | - |
| XYZ | 16.79 | 8.1 | 74.81 | - |
| YUV | 67.24 | 219.29 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 229 | 0.73 | 0.83 | 0 | 0.10 | 246.95 | 0.79 | 0.53 |
| Hex | 3D | 27 | E5 | 49 | 53 | 0 | A | F7 | 4F | 35 |
| Octal | 75 | 47 | 345 | 111 | 123 | 0 | 12 | 367 | 117 | 65 |
| Binary | 111101 | 100111 | 11100101 | 1001001 | 1010011 | 0 | 1010 | 11110111 | 1001111 | 110101 |
Color Harmonies of #3D27E5
Complementary color
Monochromatic Colors of #3D27E5
Black with #3D27E5
Text Example
Text Example
White with #3D27E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D27E5; }
p { color: rgb(61,39,229); }
H1.HeaderClassName
{
color: #3D27E5;
}
.AnyTagClassName
{
color: #3D27E5;
}
</style>
background-color css
<style>
a { background-color: #3D27E5; }
a { background-color: rgb(61,39,229); }
div.DivClassName
{
background-color: #3D27E5;
}
.BgClassName
{
background-color: #3D27E5;
}
</style>
border-color css
<style>
span { border-color: #3D27E5; }
span { border-color: rgb(61,39,229); }
td.TdClassName
{
border-color: #3D27E5;
}
.TagClassName
{
border-color: #3D27E5;
}
</style>