Shades of Han Purple #3805DB
Tints of Han Purple #3805DB
RGB
CMYK
RGB Variations
Color information
#3805DB (or 0x3805DB) is known color: Han Purple. HEX triplet: 38, 05 and DB. RGB value is (56,5,219). Sum of RGB (Red+Green+Blue) = 56+5+219=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #3805DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3805DB is #C7FA24. Grayscale: #2B2B2B. Windows color (decimal): -13105701 or 14353720. OLE color: 14353720.
HSL color Cylindrical-coordinate representation of color #3805DB: hue angle of 254.3º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3805DB is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 5 | 219 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.14 |
| HSL | 254.3º | 0.96% | 0.44% | - |
| HSV(B) | 254.3º | 0.98% | 0.86% | - |
| XYZ | 14.47 | 6.06 | 67.43 | - |
| YUV | 44.65 | 226.4 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 219 | 0.74 | 0.98 | 0 | 0.14 | 254.3 | 0.96 | 0.44 |
| Hex | 38 | 5 | DB | 4A | 62 | 0 | E | FE | 60 | 2C |
| Octal | 70 | 5 | 333 | 112 | 142 | 0 | 16 | 376 | 140 | 54 |
| Binary | 111000 | 101 | 11011011 | 1001010 | 1100010 | 0 | 1110 | 11111110 | 1100000 | 101100 |
Color Harmonies of #3805DB
Complementary color
Monochromatic Colors of #3805DB
Black with #3805DB
Text Example
Text Example
White with #3805DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3805DB; }
p { color: rgb(56,5,219); }
H1.HeaderClassName
{
color: #3805DB;
}
.AnyTagClassName
{
color: #3805DB;
}
</style>
background-color css
<style>
a { background-color: #3805DB; }
a { background-color: rgb(56,5,219); }
div.DivClassName
{
background-color: #3805DB;
}
.BgClassName
{
background-color: #3805DB;
}
</style>
border-color css
<style>
span { border-color: #3805DB; }
span { border-color: rgb(56,5,219); }
td.TdClassName
{
border-color: #3805DB;
}
.TagClassName
{
border-color: #3805DB;
}
</style>