Shades of Han Purple #3D21FF
Tints of Han Purple #3D21FF
RGB
CMYK
RGB Variations
Color information
#3D21FF (or 0x3D21FF) is known color: Han Purple. HEX triplet: 3D, 21 and FF. RGB value is (61,33,255). Sum of RGB (Red+Green+Blue) = 61+33+255=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D21FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D21FF is #C2DE00. Grayscale: #414141. Windows color (decimal): -12770817 or 16720189. OLE color: 16720189.
HSL color Cylindrical-coordinate representation of color #3D21FF: hue angle of 247.57º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D21FF is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 33 | 255 | - |
| CMYK | 0.76 | 0.87 | 0 | 0 |
| HSL | 247.57º | 1% | 0.56% | - |
| HSV(B) | 247.57º | 0.87% | 1% | - |
| XYZ | 20.52 | 9.3 | 95.32 | - |
| YUV | 66.68 | 234.28 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 255 | 0.76 | 0.87 | 0 | 0 | 247.57 | 1 | 0.56 |
| Hex | 3D | 21 | FF | 4C | 57 | 0 | 0 | F8 | 64 | 38 |
| Octal | 75 | 41 | 377 | 114 | 127 | 0 | 0 | 370 | 144 | 70 |
| Binary | 111101 | 100001 | 11111111 | 1001100 | 1010111 | 0 | 0 | 11111000 | 1100100 | 111000 |
Color Harmonies of #3D21FF
Complementary color
Monochromatic Colors of #3D21FF
Black with #3D21FF
Text Example
Text Example
White with #3D21FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D21FF; }
p { color: rgb(61,33,255); }
H1.HeaderClassName
{
color: #3D21FF;
}
.AnyTagClassName
{
color: #3D21FF;
}
</style>
background-color css
<style>
a { background-color: #3D21FF; }
a { background-color: rgb(61,33,255); }
div.DivClassName
{
background-color: #3D21FF;
}
.BgClassName
{
background-color: #3D21FF;
}
</style>
border-color css
<style>
span { border-color: #3D21FF; }
span { border-color: rgb(61,33,255); }
td.TdClassName
{
border-color: #3D21FF;
}
.TagClassName
{
border-color: #3D21FF;
}
</style>