Shades of Han Purple #3D1CF9
Tints of Han Purple #3D1CF9
RGB
CMYK
RGB Variations
Color information
#3D1CF9 (or 0x3D1CF9) is known color: Han Purple. HEX triplet: 3D, 1C and F9. RGB value is (61,28,249). Sum of RGB (Red+Green+Blue) = 61+28+249=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 249 (97.66% from 255 or 73.67% from 338); Max value from RGB is 249 - color contains mainly: blue. Hex color #3D1CF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D1CF9 is #C2E306. Grayscale: #3E3E3E. Windows color (decimal): -12772103 or 16325693. OLE color: 16325693.
HSL color Cylindrical-coordinate representation of color #3D1CF9: hue angle of 248.96º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D1CF9 is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 28 | 249 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.02 |
| HSL | 248.96º | 0.95% | 0.54% | - |
| HSV(B) | 248.96º | 0.89% | 0.98% | - |
| XYZ | 19.44 | 8.66 | 90.27 | - |
| YUV | 63.06 | 232.93 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 28 | 249 | 0.76 | 0.89 | 0 | 0.02 | 248.96 | 0.95 | 0.54 |
| Hex | 3D | 1C | F9 | 4C | 59 | 0 | 2 | F9 | 5F | 36 |
| Octal | 75 | 34 | 371 | 114 | 131 | 0 | 2 | 371 | 137 | 66 |
| Binary | 111101 | 11100 | 11111001 | 1001100 | 1011001 | 0 | 10 | 11111001 | 1011111 | 110110 |
Color Harmonies of #3D1CF9
Complementary color
Monochromatic Colors of #3D1CF9
Black with #3D1CF9
Text Example
Text Example
White with #3D1CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1CF9; }
p { color: rgb(61,28,249); }
H1.HeaderClassName
{
color: #3D1CF9;
}
.AnyTagClassName
{
color: #3D1CF9;
}
</style>
background-color css
<style>
a { background-color: #3D1CF9; }
a { background-color: rgb(61,28,249); }
div.DivClassName
{
background-color: #3D1CF9;
}
.BgClassName
{
background-color: #3D1CF9;
}
</style>
border-color css
<style>
span { border-color: #3D1CF9; }
span { border-color: rgb(61,28,249); }
td.TdClassName
{
border-color: #3D1CF9;
}
.TagClassName
{
border-color: #3D1CF9;
}
</style>