Shades of Han Purple #3D16EA
Tints of Han Purple #3D16EA
RGB
CMYK
RGB Variations
Color information
#3D16EA (or 0x3D16EA) is known color: Han Purple. HEX triplet: 3D, 16 and EA. RGB value is (61,22,234). Sum of RGB (Red+Green+Blue) = 61+22+234=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 234 (91.80% from 255 or 73.82% from 317); Max value from RGB is 234 - color contains mainly: blue. Hex color #3D16EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D16EA is #C2E915. Grayscale: #393939. Windows color (decimal): -12773654 or 15341117. OLE color: 15341117.
HSL color Cylindrical-coordinate representation of color #3D16EA: hue angle of 251.04º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D16EA is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 22 | 234 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.08 |
| HSL | 251.04º | 0.83% | 0.5% | - |
| HSV(B) | 251.04º | 0.91% | 0.92% | - |
| XYZ | 17.06 | 7.51 | 78.39 | - |
| YUV | 57.83 | 227.42 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 22 | 234 | 0.74 | 0.91 | 0 | 0.08 | 251.04 | 0.83 | 0.5 |
| Hex | 3D | 16 | EA | 4A | 5B | 0 | 8 | FB | 53 | 32 |
| Octal | 75 | 26 | 352 | 112 | 133 | 0 | 10 | 373 | 123 | 62 |
| Binary | 111101 | 10110 | 11101010 | 1001010 | 1011011 | 0 | 1000 | 11111011 | 1010011 | 110010 |
Color Harmonies of #3D16EA
Complementary color
Monochromatic Colors of #3D16EA
Black with #3D16EA
Text Example
Text Example
White with #3D16EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D16EA; }
p { color: rgb(61,22,234); }
H1.HeaderClassName
{
color: #3D16EA;
}
.AnyTagClassName
{
color: #3D16EA;
}
</style>
background-color css
<style>
a { background-color: #3D16EA; }
a { background-color: rgb(61,22,234); }
div.DivClassName
{
background-color: #3D16EA;
}
.BgClassName
{
background-color: #3D16EA;
}
</style>
border-color css
<style>
span { border-color: #3D16EA; }
span { border-color: rgb(61,22,234); }
td.TdClassName
{
border-color: #3D16EA;
}
.TagClassName
{
border-color: #3D16EA;
}
</style>