Shades of Han Purple #3813DC
Tints of Han Purple #3813DC
RGB
CMYK
RGB Variations
Color information
#3813DC (or 0x3813DC) is known color: Han Purple. HEX triplet: 38, 13 and DC. RGB value is (56,19,220). Sum of RGB (Red+Green+Blue) = 56+19+220=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #3813DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3813DC is #C7EC23. Grayscale: #343434. Windows color (decimal): -13102116 or 14422840. OLE color: 14422840.
HSL color Cylindrical-coordinate representation of color #3813DC: hue angle of 251.04º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3813DC is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 19 | 220 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.14 |
| HSL | 251.04º | 0.84% | 0.47% | - |
| HSV(B) | 251.04º | 0.91% | 0.86% | - |
| XYZ | 14.78 | 6.47 | 68.18 | - |
| YUV | 52.98 | 222.26 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 220 | 0.75 | 0.91 | 0 | 0.14 | 251.04 | 0.84 | 0.47 |
| Hex | 38 | 13 | DC | 4B | 5B | 0 | E | FB | 54 | 2F |
| Octal | 70 | 23 | 334 | 113 | 133 | 0 | 16 | 373 | 124 | 57 |
| Binary | 111000 | 10011 | 11011100 | 1001011 | 1011011 | 0 | 1110 | 11111011 | 1010100 | 101111 |
Color Harmonies of #3813DC
Complementary color
Monochromatic Colors of #3813DC
Black with #3813DC
Text Example
Text Example
White with #3813DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3813DC; }
p { color: rgb(56,19,220); }
H1.HeaderClassName
{
color: #3813DC;
}
.AnyTagClassName
{
color: #3813DC;
}
</style>
background-color css
<style>
a { background-color: #3813DC; }
a { background-color: rgb(56,19,220); }
div.DivClassName
{
background-color: #3813DC;
}
.BgClassName
{
background-color: #3813DC;
}
</style>
border-color css
<style>
span { border-color: #3813DC; }
span { border-color: rgb(56,19,220); }
td.TdClassName
{
border-color: #3813DC;
}
.TagClassName
{
border-color: #3813DC;
}
</style>