Shades of Han Purple #3813D5
Tints of Han Purple #3813D5
RGB
CMYK
RGB Variations
Color information
#3813D5 (or 0x3813D5) is known color: Han Purple. HEX triplet: 38, 13 and D5. RGB value is (56,19,213). Sum of RGB (Red+Green+Blue) = 56+19+213=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 213 (83.59% from 255 or 73.96% from 288); Max value from RGB is 213 - color contains mainly: blue. Hex color #3813D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3813D5 is #C7EC2A. Grayscale: #333333. Windows color (decimal): -13102123 or 13964088. OLE color: 13964088.
HSL color Cylindrical-coordinate representation of color #3813D5: hue angle of 251.44º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3813D5 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 19 | 213 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.16 |
| HSL | 251.44º | 0.84% | 0.45% | - |
| HSV(B) | 251.44º | 0.91% | 0.84% | - |
| XYZ | 13.87 | 6.11 | 63.4 | - |
| YUV | 52.18 | 218.76 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 213 | 0.74 | 0.91 | 0 | 0.16 | 251.44 | 0.84 | 0.45 |
| Hex | 38 | 13 | D5 | 4A | 5B | 0 | 10 | FB | 54 | 2D |
| Octal | 70 | 23 | 325 | 112 | 133 | 0 | 20 | 373 | 124 | 55 |
| Binary | 111000 | 10011 | 11010101 | 1001010 | 1011011 | 0 | 10000 | 11111011 | 1010100 | 101101 |
Color Harmonies of #3813D5
Complementary color
Monochromatic Colors of #3813D5
Black with #3813D5
Text Example
Text Example
White with #3813D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3813D5; }
p { color: rgb(56,19,213); }
H1.HeaderClassName
{
color: #3813D5;
}
.AnyTagClassName
{
color: #3813D5;
}
</style>
background-color css
<style>
a { background-color: #3813D5; }
a { background-color: rgb(56,19,213); }
div.DivClassName
{
background-color: #3813D5;
}
.BgClassName
{
background-color: #3813D5;
}
</style>
border-color css
<style>
span { border-color: #3813D5; }
span { border-color: rgb(56,19,213); }
td.TdClassName
{
border-color: #3813D5;
}
.TagClassName
{
border-color: #3813D5;
}
</style>