Shades of Han Purple #3D0EEA
Tints of Han Purple #3D0EEA
RGB
CMYK
RGB Variations
Color information
#3D0EEA (or 0x3D0EEA) is known color: Han Purple. HEX triplet: 3D, 0E and EA. RGB value is (61,14,234). Sum of RGB (Red+Green+Blue) = 61+14+234=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #3D0EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D0EEA is #C2F115. Grayscale: #343434. Windows color (decimal): -12775702 or 15339069. OLE color: 15339069.
HSL color Cylindrical-coordinate representation of color #3D0EEA: hue angle of 252.82º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0EEA is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 14 | 234 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.08 |
| HSL | 252.82º | 0.89% | 0.49% | - |
| HSV(B) | 252.82º | 0.94% | 0.92% | - |
| XYZ | 16.93 | 7.25 | 78.35 | - |
| YUV | 53.13 | 230.07 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 14 | 234 | 0.74 | 0.94 | 0 | 0.08 | 252.82 | 0.89 | 0.49 |
| Hex | 3D | E | EA | 4A | 5E | 0 | 8 | FD | 59 | 31 |
| Octal | 75 | 16 | 352 | 112 | 136 | 0 | 10 | 375 | 131 | 61 |
| Binary | 111101 | 1110 | 11101010 | 1001010 | 1011110 | 0 | 1000 | 11111101 | 1011001 | 110001 |
Color Harmonies of #3D0EEA
Complementary color
Monochromatic Colors of #3D0EEA
Black with #3D0EEA
Text Example
Text Example
White with #3D0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0EEA; }
p { color: rgb(61,14,234); }
H1.HeaderClassName
{
color: #3D0EEA;
}
.AnyTagClassName
{
color: #3D0EEA;
}
</style>
background-color css
<style>
a { background-color: #3D0EEA; }
a { background-color: rgb(61,14,234); }
div.DivClassName
{
background-color: #3D0EEA;
}
.BgClassName
{
background-color: #3D0EEA;
}
</style>
border-color css
<style>
span { border-color: #3D0EEA; }
span { border-color: rgb(61,14,234); }
td.TdClassName
{
border-color: #3D0EEA;
}
.TagClassName
{
border-color: #3D0EEA;
}
</style>