Shades of Han Purple #3D2DFC
Tints of Han Purple #3D2DFC
RGB
CMYK
RGB Variations
Color information
#3D2DFC (or 0x3D2DFC) is known color: Han Purple. HEX triplet: 3D, 2D and FC. RGB value is (61,45,252). Sum of RGB (Red+Green+Blue) = 61+45+252=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #3D2DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D2DFC is #C2D203. Grayscale: #484848. Windows color (decimal): -12767748 or 16526653. OLE color: 16526653.
HSL color Cylindrical-coordinate representation of color #3D2DFC: hue angle of 244.64º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D2DFC is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 45 | 252 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.01 |
| HSL | 244.64º | 0.97% | 0.58% | - |
| HSV(B) | 244.64º | 0.82% | 0.99% | - |
| XYZ | 20.43 | 9.9 | 92.93 | - |
| YUV | 73.38 | 228.8 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 45 | 252 | 0.76 | 0.82 | 0 | 0.01 | 244.64 | 0.97 | 0.58 |
| Hex | 3D | 2D | FC | 4C | 52 | 0 | 1 | F5 | 61 | 3A |
| Octal | 75 | 55 | 374 | 114 | 122 | 0 | 1 | 365 | 141 | 72 |
| Binary | 111101 | 101101 | 11111100 | 1001100 | 1010010 | 0 | 1 | 11110101 | 1100001 | 111010 |
Color Harmonies of #3D2DFC
Complementary color
Monochromatic Colors of #3D2DFC
Black with #3D2DFC
Text Example
Text Example
White with #3D2DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2DFC; }
p { color: rgb(61,45,252); }
H1.HeaderClassName
{
color: #3D2DFC;
}
.AnyTagClassName
{
color: #3D2DFC;
}
</style>
background-color css
<style>
a { background-color: #3D2DFC; }
a { background-color: rgb(61,45,252); }
div.DivClassName
{
background-color: #3D2DFC;
}
.BgClassName
{
background-color: #3D2DFC;
}
</style>
border-color css
<style>
span { border-color: #3D2DFC; }
span { border-color: rgb(61,45,252); }
td.TdClassName
{
border-color: #3D2DFC;
}
.TagClassName
{
border-color: #3D2DFC;
}
</style>