Shades of Han Purple #3813DE
Tints of Han Purple #3813DE
RGB
CMYK
RGB Variations
Color information
#3813DE (or 0x3813DE) is known color: Han Purple. HEX triplet: 38, 13 and DE. RGB value is (56,19,222). Sum of RGB (Red+Green+Blue) = 56+19+222=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 222 (87.11% from 255 or 74.75% from 297); Max value from RGB is 222 - color contains mainly: blue. Hex color #3813DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3813DE is #C7EC21. Grayscale: #343434. Windows color (decimal): -13102114 or 14553912. OLE color: 14553912.
HSL color Cylindrical-coordinate representation of color #3813DE: hue angle of 250.94º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3813DE is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 19 | 222 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.13 |
| HSL | 250.94º | 0.84% | 0.47% | - |
| HSV(B) | 250.94º | 0.91% | 0.87% | - |
| XYZ | 15.05 | 6.58 | 69.58 | - |
| YUV | 53.21 | 223.26 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 222 | 0.75 | 0.91 | 0 | 0.13 | 250.94 | 0.84 | 0.47 |
| Hex | 38 | 13 | DE | 4B | 5B | 0 | D | FB | 54 | 2F |
| Octal | 70 | 23 | 336 | 113 | 133 | 0 | 15 | 373 | 124 | 57 |
| Binary | 111000 | 10011 | 11011110 | 1001011 | 1011011 | 0 | 1101 | 11111011 | 1010100 | 101111 |
Color Harmonies of #3813DE
Complementary color
Monochromatic Colors of #3813DE
Black with #3813DE
Text Example
Text Example
White with #3813DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3813DE; }
p { color: rgb(56,19,222); }
H1.HeaderClassName
{
color: #3813DE;
}
.AnyTagClassName
{
color: #3813DE;
}
</style>
background-color css
<style>
a { background-color: #3813DE; }
a { background-color: rgb(56,19,222); }
div.DivClassName
{
background-color: #3813DE;
}
.BgClassName
{
background-color: #3813DE;
}
</style>
border-color css
<style>
span { border-color: #3813DE; }
span { border-color: rgb(56,19,222); }
td.TdClassName
{
border-color: #3813DE;
}
.TagClassName
{
border-color: #3813DE;
}
</style>