Shades of Han Purple #3805DD
Tints of Han Purple #3805DD
RGB
CMYK
RGB Variations
Color information
#3805DD (or 0x3805DD) is known color: Han Purple. HEX triplet: 38, 05 and DD. RGB value is (56,5,221). Sum of RGB (Red+Green+Blue) = 56+5+221=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #3805DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3805DD is #C7FA22. Grayscale: #2C2C2C. Windows color (decimal): -13105699 or 14484792. OLE color: 14484792.
HSL color Cylindrical-coordinate representation of color #3805DD: hue angle of 254.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3805DD is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 5 | 221 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.13 |
| HSL | 254.17º | 0.96% | 0.44% | - |
| HSV(B) | 254.17º | 0.98% | 0.87% | - |
| XYZ | 14.74 | 6.17 | 68.82 | - |
| YUV | 44.87 | 227.4 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 221 | 0.75 | 0.98 | 0 | 0.13 | 254.17 | 0.96 | 0.44 |
| Hex | 38 | 5 | DD | 4B | 62 | 0 | D | FE | 60 | 2C |
| Octal | 70 | 5 | 335 | 113 | 142 | 0 | 15 | 376 | 140 | 54 |
| Binary | 111000 | 101 | 11011101 | 1001011 | 1100010 | 0 | 1101 | 11111110 | 1100000 | 101100 |
Color Harmonies of #3805DD
Complementary color
Monochromatic Colors of #3805DD
Black with #3805DD
Text Example
Text Example
White with #3805DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3805DD; }
p { color: rgb(56,5,221); }
H1.HeaderClassName
{
color: #3805DD;
}
.AnyTagClassName
{
color: #3805DD;
}
</style>
background-color css
<style>
a { background-color: #3805DD; }
a { background-color: rgb(56,5,221); }
div.DivClassName
{
background-color: #3805DD;
}
.BgClassName
{
background-color: #3805DD;
}
</style>
border-color css
<style>
span { border-color: #3805DD; }
span { border-color: rgb(56,5,221); }
td.TdClassName
{
border-color: #3805DD;
}
.TagClassName
{
border-color: #3805DD;
}
</style>