Shades of Han Purple #3805DC
Tints of Han Purple #3805DC
RGB
CMYK
RGB Variations
Color information
#3805DC (or 0x3805DC) is known color: Han Purple. HEX triplet: 38, 05 and DC. RGB value is (56,5,220). Sum of RGB (Red+Green+Blue) = 56+5+220=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 220 (86.33% from 255 or 78.29% from 281); Max value from RGB is 220 - color contains mainly: blue. Hex color #3805DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3805DC is #C7FA23. Grayscale: #2B2B2B. Windows color (decimal): -13105700 or 14419256. OLE color: 14419256.
HSL color Cylindrical-coordinate representation of color #3805DC: hue angle of 254.23º 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 #3805DC is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 5 | 220 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.14 |
| HSL | 254.23º | 0.96% | 0.44% | - |
| HSV(B) | 254.23º | 0.98% | 0.86% | - |
| XYZ | 14.6 | 6.12 | 68.12 | - |
| YUV | 44.76 | 226.9 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 220 | 0.75 | 0.98 | 0 | 0.14 | 254.23 | 0.96 | 0.44 |
| Hex | 38 | 5 | DC | 4B | 62 | 0 | E | FE | 60 | 2C |
| Octal | 70 | 5 | 334 | 113 | 142 | 0 | 16 | 376 | 140 | 54 |
| Binary | 111000 | 101 | 11011100 | 1001011 | 1100010 | 0 | 1110 | 11111110 | 1100000 | 101100 |
Color Harmonies of #3805DC
Complementary color
Monochromatic Colors of #3805DC
Black with #3805DC
Text Example
Text Example
White with #3805DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3805DC; }
p { color: rgb(56,5,220); }
H1.HeaderClassName
{
color: #3805DC;
}
.AnyTagClassName
{
color: #3805DC;
}
</style>
background-color css
<style>
a { background-color: #3805DC; }
a { background-color: rgb(56,5,220); }
div.DivClassName
{
background-color: #3805DC;
}
.BgClassName
{
background-color: #3805DC;
}
</style>
border-color css
<style>
span { border-color: #3805DC; }
span { border-color: rgb(56,5,220); }
td.TdClassName
{
border-color: #3805DC;
}
.TagClassName
{
border-color: #3805DC;
}
</style>