Shades of Han Purple #3D0FFA
Tints of Han Purple #3D0FFA
RGB
CMYK
RGB Variations
Color information
#3D0FFA (or 0x3D0FFA) is known color: Han Purple. HEX triplet: 3D, 0F and FA. RGB value is (61,15,250). Sum of RGB (Red+Green+Blue) = 61+15+250=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 250 (98.05% from 255 or 76.69% from 326); Max value from RGB is 250 - color contains mainly: blue. Hex color #3D0FFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D0FFA is #C2F005. Grayscale: #363636. Windows color (decimal): -12775430 or 16387901. OLE color: 16387901.
HSL color Cylindrical-coordinate representation of color #3D0FFA: hue angle of 251.74º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0FFA is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 15 | 250 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.02 |
| HSL | 251.74º | 0.96% | 0.52% | - |
| HSV(B) | 251.74º | 0.94% | 0.98% | - |
| XYZ | 19.35 | 8.24 | 91.01 | - |
| YUV | 55.54 | 237.74 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 15 | 250 | 0.76 | 0.94 | 0 | 0.02 | 251.74 | 0.96 | 0.52 |
| Hex | 3D | F | FA | 4C | 5E | 0 | 2 | FC | 60 | 34 |
| Octal | 75 | 17 | 372 | 114 | 136 | 0 | 2 | 374 | 140 | 64 |
| Binary | 111101 | 1111 | 11111010 | 1001100 | 1011110 | 0 | 10 | 11111100 | 1100000 | 110100 |
Color Harmonies of #3D0FFA
Complementary color
Monochromatic Colors of #3D0FFA
Black with #3D0FFA
Text Example
Text Example
White with #3D0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0FFA; }
p { color: rgb(61,15,250); }
H1.HeaderClassName
{
color: #3D0FFA;
}
.AnyTagClassName
{
color: #3D0FFA;
}
</style>
background-color css
<style>
a { background-color: #3D0FFA; }
a { background-color: rgb(61,15,250); }
div.DivClassName
{
background-color: #3D0FFA;
}
.BgClassName
{
background-color: #3D0FFA;
}
</style>
border-color css
<style>
span { border-color: #3D0FFA; }
span { border-color: rgb(61,15,250); }
td.TdClassName
{
border-color: #3D0FFA;
}
.TagClassName
{
border-color: #3D0FFA;
}
</style>