Shades of Han Purple #3D1ADC
Tints of Han Purple #3D1ADC
RGB
CMYK
RGB Variations
Color information
#3D1ADC (or 0x3D1ADC) is known color: Han Purple. HEX triplet: 3D, 1A and DC. RGB value is (61,26,220). Sum of RGB (Red+Green+Blue) = 61+26+220=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D1ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1ADC is #C2E523. Grayscale: #393939. Windows color (decimal): -12772644 or 14424637. OLE color: 14424637.
HSL color Cylindrical-coordinate representation of color #3D1ADC: hue angle of 250.82º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D1ADC is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 26 | 220 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.14 |
| HSL | 250.82º | 0.79% | 0.48% | - |
| HSV(B) | 250.82º | 0.88% | 0.86% | - |
| XYZ | 15.21 | 6.9 | 68.24 | - |
| YUV | 58.58 | 219.1 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 26 | 220 | 0.72 | 0.88 | 0 | 0.14 | 250.82 | 0.79 | 0.48 |
| Hex | 3D | 1A | DC | 48 | 58 | 0 | E | FB | 4F | 30 |
| Octal | 75 | 32 | 334 | 110 | 130 | 0 | 16 | 373 | 117 | 60 |
| Binary | 111101 | 11010 | 11011100 | 1001000 | 1011000 | 0 | 1110 | 11111011 | 1001111 | 110000 |
Color Harmonies of #3D1ADC
Complementary color
Monochromatic Colors of #3D1ADC
Black with #3D1ADC
Text Example
Text Example
White with #3D1ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1ADC; }
p { color: rgb(61,26,220); }
H1.HeaderClassName
{
color: #3D1ADC;
}
.AnyTagClassName
{
color: #3D1ADC;
}
</style>
background-color css
<style>
a { background-color: #3D1ADC; }
a { background-color: rgb(61,26,220); }
div.DivClassName
{
background-color: #3D1ADC;
}
.BgClassName
{
background-color: #3D1ADC;
}
</style>
border-color css
<style>
span { border-color: #3D1ADC; }
span { border-color: rgb(61,26,220); }
td.TdClassName
{
border-color: #3D1ADC;
}
.TagClassName
{
border-color: #3D1ADC;
}
</style>