Shades of Han Purple #3D2AFF
Tints of Han Purple #3D2AFF
RGB
CMYK
RGB Variations
Color information
#3D2AFF (or 0x3D2AFF) is known color: Han Purple. HEX triplet: 3D, 2A and FF. RGB value is (61,42,255). Sum of RGB (Red+Green+Blue) = 61+42+255=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D2AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D2AFF is #C2D500. Grayscale: #474747. Windows color (decimal): -12768513 or 16722493. OLE color: 16722493.
HSL color Cylindrical-coordinate representation of color #3D2AFF: hue angle of 245.35º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D2AFF is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 42 | 255 | - |
| CMYK | 0.76 | 0.84 | 0 | 0 |
| HSL | 245.35º | 1% | 0.58% | - |
| HSV(B) | 245.35º | 0.84% | 1% | - |
| XYZ | 20.8 | 9.87 | 95.42 | - |
| YUV | 71.96 | 231.29 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 42 | 255 | 0.76 | 0.84 | 0 | 0 | 245.35 | 1 | 0.58 |
| Hex | 3D | 2A | FF | 4C | 54 | 0 | 0 | F5 | 64 | 3A |
| Octal | 75 | 52 | 377 | 114 | 124 | 0 | 0 | 365 | 144 | 72 |
| Binary | 111101 | 101010 | 11111111 | 1001100 | 1010100 | 0 | 0 | 11110101 | 1100100 | 111010 |
Color Harmonies of #3D2AFF
Complementary color
Monochromatic Colors of #3D2AFF
Black with #3D2AFF
Text Example
Text Example
White with #3D2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2AFF; }
p { color: rgb(61,42,255); }
H1.HeaderClassName
{
color: #3D2AFF;
}
.AnyTagClassName
{
color: #3D2AFF;
}
</style>
background-color css
<style>
a { background-color: #3D2AFF; }
a { background-color: rgb(61,42,255); }
div.DivClassName
{
background-color: #3D2AFF;
}
.BgClassName
{
background-color: #3D2AFF;
}
</style>
border-color css
<style>
span { border-color: #3D2AFF; }
span { border-color: rgb(61,42,255); }
td.TdClassName
{
border-color: #3D2AFF;
}
.TagClassName
{
border-color: #3D2AFF;
}
</style>