Shades of Han Purple #3D1AFE
Tints of Han Purple #3D1AFE
RGB
CMYK
RGB Variations
Color information
#3D1AFE (or 0x3D1AFE) is known color: Han Purple. HEX triplet: 3D, 1A and FE. RGB value is (61,26,254). Sum of RGB (Red+Green+Blue) = 61+26+254=341 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.89% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #3D1AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D1AFE is #C2E501. Grayscale: #3D3D3D. Windows color (decimal): -12772610 or 16652861. OLE color: 16652861.
HSL color Cylindrical-coordinate representation of color #3D1AFE: hue angle of 249.21º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D1AFE is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 26 | 254 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.00 |
| HSL | 249.21º | 0.99% | 0.55% | - |
| HSV(B) | 249.21º | 0.9% | 1% | - |
| XYZ | 20.18 | 8.89 | 94.42 | - |
| YUV | 62.46 | 236.1 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 26 | 254 | 0.76 | 0.90 | 0 | 0.00 | 249.21 | 0.99 | 0.55 |
| Hex | 3D | 1A | FE | 4C | 5A | 0 | 0 | F9 | 63 | 37 |
| Octal | 75 | 32 | 376 | 114 | 132 | 0 | 0 | 371 | 143 | 67 |
| Binary | 111101 | 11010 | 11111110 | 1001100 | 1011010 | 0 | 0 | 11111001 | 1100011 | 110111 |
Color Harmonies of #3D1AFE
Complementary color
Monochromatic Colors of #3D1AFE
Black with #3D1AFE
Text Example
Text Example
White with #3D1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1AFE; }
p { color: rgb(61,26,254); }
H1.HeaderClassName
{
color: #3D1AFE;
}
.AnyTagClassName
{
color: #3D1AFE;
}
</style>
background-color css
<style>
a { background-color: #3D1AFE; }
a { background-color: rgb(61,26,254); }
div.DivClassName
{
background-color: #3D1AFE;
}
.BgClassName
{
background-color: #3D1AFE;
}
</style>
border-color css
<style>
span { border-color: #3D1AFE; }
span { border-color: rgb(61,26,254); }
td.TdClassName
{
border-color: #3D1AFE;
}
.TagClassName
{
border-color: #3D1AFE;
}
</style>