Shades of Han Purple #3806DB
Tints of Han Purple #3806DB
RGB
CMYK
RGB Variations
Color information
#3806DB (or 0x3806DB) is known color: Han Purple. HEX triplet: 38, 06 and DB. RGB value is (56,6,219). Sum of RGB (Red+Green+Blue) = 56+6+219=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #3806DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3806DB is #C7F924. Grayscale: #2C2C2C. Windows color (decimal): -13105445 or 14353976. OLE color: 14353976.
HSL color Cylindrical-coordinate representation of color #3806DB: hue angle of 254.08º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3806DB is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 6 | 219 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.14 |
| HSL | 254.08º | 0.95% | 0.44% | - |
| HSV(B) | 254.08º | 0.97% | 0.86% | - |
| XYZ | 14.48 | 6.09 | 67.43 | - |
| YUV | 45.23 | 226.07 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 6 | 219 | 0.74 | 0.97 | 0 | 0.14 | 254.08 | 0.95 | 0.44 |
| Hex | 38 | 6 | DB | 4A | 61 | 0 | E | FE | 5F | 2C |
| Octal | 70 | 6 | 333 | 112 | 141 | 0 | 16 | 376 | 137 | 54 |
| Binary | 111000 | 110 | 11011011 | 1001010 | 1100001 | 0 | 1110 | 11111110 | 1011111 | 101100 |
Color Harmonies of #3806DB
Complementary color
Monochromatic Colors of #3806DB
Black with #3806DB
Text Example
Text Example
White with #3806DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3806DB; }
p { color: rgb(56,6,219); }
H1.HeaderClassName
{
color: #3806DB;
}
.AnyTagClassName
{
color: #3806DB;
}
</style>
background-color css
<style>
a { background-color: #3806DB; }
a { background-color: rgb(56,6,219); }
div.DivClassName
{
background-color: #3806DB;
}
.BgClassName
{
background-color: #3806DB;
}
</style>
border-color css
<style>
span { border-color: #3806DB; }
span { border-color: rgb(56,6,219); }
td.TdClassName
{
border-color: #3806DB;
}
.TagClassName
{
border-color: #3806DB;
}
</style>