Shades of Han Purple #3D1BDF
Tints of Han Purple #3D1BDF
RGB
CMYK
RGB Variations
Color information
#3D1BDF (or 0x3D1BDF) is known color: Han Purple. HEX triplet: 3D, 1B and DF. RGB value is (61,27,223). Sum of RGB (Red+Green+Blue) = 61+27+223=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D1BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1BDF is #C2E420. Grayscale: #3A3A3A. Windows color (decimal): -12772385 or 14621501. OLE color: 14621501.
HSL color Cylindrical-coordinate representation of color #3D1BDF: hue angle of 250.41º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D1BDF is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 27 | 223 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.13 |
| HSL | 250.41º | 0.78% | 0.49% | - |
| HSV(B) | 250.41º | 0.88% | 0.87% | - |
| XYZ | 15.64 | 7.1 | 70.36 | - |
| YUV | 59.51 | 220.26 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 27 | 223 | 0.73 | 0.88 | 0 | 0.13 | 250.41 | 0.78 | 0.49 |
| Hex | 3D | 1B | DF | 49 | 58 | 0 | D | FA | 4E | 31 |
| Octal | 75 | 33 | 337 | 111 | 130 | 0 | 15 | 372 | 116 | 61 |
| Binary | 111101 | 11011 | 11011111 | 1001001 | 1011000 | 0 | 1101 | 11111010 | 1001110 | 110001 |
Color Harmonies of #3D1BDF
Complementary color
Monochromatic Colors of #3D1BDF
Black with #3D1BDF
Text Example
Text Example
White with #3D1BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1BDF; }
p { color: rgb(61,27,223); }
H1.HeaderClassName
{
color: #3D1BDF;
}
.AnyTagClassName
{
color: #3D1BDF;
}
</style>
background-color css
<style>
a { background-color: #3D1BDF; }
a { background-color: rgb(61,27,223); }
div.DivClassName
{
background-color: #3D1BDF;
}
.BgClassName
{
background-color: #3D1BDF;
}
</style>
border-color css
<style>
span { border-color: #3D1BDF; }
span { border-color: rgb(61,27,223); }
td.TdClassName
{
border-color: #3D1BDF;
}
.TagClassName
{
border-color: #3D1BDF;
}
</style>