Shades of Han Purple #3D0CE9
Tints of Han Purple #3D0CE9
RGB
CMYK
RGB Variations
Color information
#3D0CE9 (or 0x3D0CE9) is known color: Han Purple. HEX triplet: 3D, 0C and E9. RGB value is (61,12,233). Sum of RGB (Red+Green+Blue) = 61+12+233=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 233 (91.41% from 255 or 76.14% from 306); Max value from RGB is 233 - color contains mainly: blue. Hex color #3D0CE9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D0CE9 is #C2F316. Grayscale: #333333. Windows color (decimal): -12776215 or 15273021. OLE color: 15273021.
HSL color Cylindrical-coordinate representation of color #3D0CE9: hue angle of 253.3º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0CE9 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 61 | 12 | 233 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.09 |
| HSL | 253.3º | 0.9% | 0.48% | - |
| HSV(B) | 253.3º | 0.95% | 0.91% | - |
| XYZ | 16.76 | 7.14 | 77.59 | - |
| YUV | 51.85 | 230.23 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 12 | 233 | 0.74 | 0.95 | 0 | 0.09 | 253.3 | 0.9 | 0.48 |
| Hex | 3D | C | E9 | 4A | 5F | 0 | 9 | FD | 5A | 30 |
| Octal | 75 | 14 | 351 | 112 | 137 | 0 | 11 | 375 | 132 | 60 |
| Binary | 111101 | 1100 | 11101001 | 1001010 | 1011111 | 0 | 1001 | 11111101 | 1011010 | 110000 |
Color Harmonies of #3D0CE9
Complementary color
Monochromatic Colors of #3D0CE9
Black with #3D0CE9
Text Example
Text Example
White with #3D0CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0CE9; }
p { color: rgb(61,12,233); }
H1.HeaderClassName
{
color: #3D0CE9;
}
.AnyTagClassName
{
color: #3D0CE9;
}
</style>
background-color css
<style>
a { background-color: #3D0CE9; }
a { background-color: rgb(61,12,233); }
div.DivClassName
{
background-color: #3D0CE9;
}
.BgClassName
{
background-color: #3D0CE9;
}
</style>
border-color css
<style>
span { border-color: #3D0CE9; }
span { border-color: rgb(61,12,233); }
td.TdClassName
{
border-color: #3D0CE9;
}
.TagClassName
{
border-color: #3D0CE9;
}
</style>