Shades of Han Purple #3818D2
Tints of Han Purple #3818D2
RGB
CMYK
RGB Variations
Color information
#3818D2 (or 0x3818D2) is known color: Han Purple. HEX triplet: 38, 18 and D2. RGB value is (56,24,210). Sum of RGB (Red+Green+Blue) = 56+24+210=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 210 (82.42% from 255 or 72.41% from 290); Max value from RGB is 210 - color contains mainly: blue. Hex color #3818D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3818D2 is #C7E72D. Grayscale: #363636. Windows color (decimal): -13100846 or 13768760. OLE color: 13768760.
HSL color Cylindrical-coordinate representation of color #3818D2: hue angle of 250.32º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3818D2 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 24 | 210 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.18 |
| HSL | 250.32º | 0.79% | 0.46% | - |
| HSV(B) | 250.32º | 0.89% | 0.82% | - |
| XYZ | 13.59 | 6.15 | 61.44 | - |
| YUV | 54.77 | 215.6 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 210 | 0.73 | 0.89 | 0 | 0.18 | 250.32 | 0.79 | 0.46 |
| Hex | 38 | 18 | D2 | 49 | 59 | 0 | 12 | FA | 4F | 2E |
| Octal | 70 | 30 | 322 | 111 | 131 | 0 | 22 | 372 | 117 | 56 |
| Binary | 111000 | 11000 | 11010010 | 1001001 | 1011001 | 0 | 10010 | 11111010 | 1001111 | 101110 |
Color Harmonies of #3818D2
Complementary color
Monochromatic Colors of #3818D2
Black with #3818D2
Text Example
Text Example
White with #3818D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3818D2; }
p { color: rgb(56,24,210); }
H1.HeaderClassName
{
color: #3818D2;
}
.AnyTagClassName
{
color: #3818D2;
}
</style>
background-color css
<style>
a { background-color: #3818D2; }
a { background-color: rgb(56,24,210); }
div.DivClassName
{
background-color: #3818D2;
}
.BgClassName
{
background-color: #3818D2;
}
</style>
border-color css
<style>
span { border-color: #3818D2; }
span { border-color: rgb(56,24,210); }
td.TdClassName
{
border-color: #3818D2;
}
.TagClassName
{
border-color: #3818D2;
}
</style>