Shades of Han Purple #3D27DB
Tints of Han Purple #3D27DB
RGB
CMYK
RGB Variations
Color information
#3D27DB (or 0x3D27DB) is known color: Han Purple. HEX triplet: 3D, 27 and DB. RGB value is (61,39,219). Sum of RGB (Red+Green+Blue) = 61+39+219=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D27DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D27DB is #C2D824. Grayscale: #414141. Windows color (decimal): -12769317 or 14362429. OLE color: 14362429.
HSL color Cylindrical-coordinate representation of color #3D27DB: hue angle of 247.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D27DB is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 39 | 219 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.14 |
| HSL | 247.33º | 0.71% | 0.51% | - |
| HSV(B) | 247.33º | 0.82% | 0.86% | - |
| XYZ | 15.44 | 7.56 | 67.66 | - |
| YUV | 66.1 | 214.29 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 219 | 0.72 | 0.82 | 0 | 0.14 | 247.33 | 0.71 | 0.51 |
| Hex | 3D | 27 | DB | 48 | 52 | 0 | E | F7 | 47 | 33 |
| Octal | 75 | 47 | 333 | 110 | 122 | 0 | 16 | 367 | 107 | 63 |
| Binary | 111101 | 100111 | 11011011 | 1001000 | 1010010 | 0 | 1110 | 11110111 | 1000111 | 110011 |
Color Harmonies of #3D27DB
Complementary color
Monochromatic Colors of #3D27DB
Black with #3D27DB
Text Example
Text Example
White with #3D27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D27DB; }
p { color: rgb(61,39,219); }
H1.HeaderClassName
{
color: #3D27DB;
}
.AnyTagClassName
{
color: #3D27DB;
}
</style>
background-color css
<style>
a { background-color: #3D27DB; }
a { background-color: rgb(61,39,219); }
div.DivClassName
{
background-color: #3D27DB;
}
.BgClassName
{
background-color: #3D27DB;
}
</style>
border-color css
<style>
span { border-color: #3D27DB; }
span { border-color: rgb(61,39,219); }
td.TdClassName
{
border-color: #3D27DB;
}
.TagClassName
{
border-color: #3D27DB;
}
</style>