Shades of Han Purple #3812DA
Tints of Han Purple #3812DA
RGB
CMYK
RGB Variations
Color information
#3812DA (or 0x3812DA) is known color: Han Purple. HEX triplet: 38, 12 and DA. RGB value is (56,18,218). Sum of RGB (Red+Green+Blue) = 56+18+218=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 218 (85.55% from 255 or 74.66% from 292); Max value from RGB is 218 - color contains mainly: blue. Hex color #3812DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3812DA is #C7ED25. Grayscale: #333333. Windows color (decimal): -13102374 or 14291512. OLE color: 14291512.
HSL color Cylindrical-coordinate representation of color #3812DA: hue angle of 251.4º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3812DA is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 18 | 218 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.15 |
| HSL | 251.4º | 0.85% | 0.46% | - |
| HSV(B) | 251.4º | 0.92% | 0.85% | - |
| XYZ | 14.5 | 6.34 | 66.79 | - |
| YUV | 52.16 | 221.59 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 18 | 218 | 0.74 | 0.92 | 0 | 0.15 | 251.4 | 0.85 | 0.46 |
| Hex | 38 | 12 | DA | 4A | 5C | 0 | F | FB | 55 | 2E |
| Octal | 70 | 22 | 332 | 112 | 134 | 0 | 17 | 373 | 125 | 56 |
| Binary | 111000 | 10010 | 11011010 | 1001010 | 1011100 | 0 | 1111 | 11111011 | 1010101 | 101110 |
Color Harmonies of #3812DA
Complementary color
Monochromatic Colors of #3812DA
Black with #3812DA
Text Example
Text Example
White with #3812DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3812DA; }
p { color: rgb(56,18,218); }
H1.HeaderClassName
{
color: #3812DA;
}
.AnyTagClassName
{
color: #3812DA;
}
</style>
background-color css
<style>
a { background-color: #3812DA; }
a { background-color: rgb(56,18,218); }
div.DivClassName
{
background-color: #3812DA;
}
.BgClassName
{
background-color: #3812DA;
}
</style>
border-color css
<style>
span { border-color: #3812DA; }
span { border-color: rgb(56,18,218); }
td.TdClassName
{
border-color: #3812DA;
}
.TagClassName
{
border-color: #3812DA;
}
</style>