Shades of Han Purple #3813DA
Tints of Han Purple #3813DA
RGB
CMYK
RGB Variations
Color information
#3813DA (or 0x3813DA) is known color: Han Purple. HEX triplet: 38, 13 and DA. RGB value is (56,19,218). Sum of RGB (Red+Green+Blue) = 56+19+218=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 218 (85.55% from 255 or 74.40% from 293); Max value from RGB is 218 - color contains mainly: blue. Hex color #3813DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3813DA is #C7EC25. Grayscale: #333333. Windows color (decimal): -13102118 or 14291768. OLE color: 14291768.
HSL color Cylindrical-coordinate representation of color #3813DA: hue angle of 251.16º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3813DA is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 19 | 218 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.15 |
| HSL | 251.16º | 0.84% | 0.46% | - |
| HSV(B) | 251.16º | 0.91% | 0.85% | - |
| XYZ | 14.52 | 6.37 | 66.79 | - |
| YUV | 52.75 | 221.26 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 218 | 0.74 | 0.91 | 0 | 0.15 | 251.16 | 0.84 | 0.46 |
| Hex | 38 | 13 | DA | 4A | 5B | 0 | F | FB | 54 | 2E |
| Octal | 70 | 23 | 332 | 112 | 133 | 0 | 17 | 373 | 124 | 56 |
| Binary | 111000 | 10011 | 11011010 | 1001010 | 1011011 | 0 | 1111 | 11111011 | 1010100 | 101110 |
Color Harmonies of #3813DA
Complementary color
Monochromatic Colors of #3813DA
Black with #3813DA
Text Example
Text Example
White with #3813DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3813DA; }
p { color: rgb(56,19,218); }
H1.HeaderClassName
{
color: #3813DA;
}
.AnyTagClassName
{
color: #3813DA;
}
</style>
background-color css
<style>
a { background-color: #3813DA; }
a { background-color: rgb(56,19,218); }
div.DivClassName
{
background-color: #3813DA;
}
.BgClassName
{
background-color: #3813DA;
}
</style>
border-color css
<style>
span { border-color: #3813DA; }
span { border-color: rgb(56,19,218); }
td.TdClassName
{
border-color: #3813DA;
}
.TagClassName
{
border-color: #3813DA;
}
</style>