Shades of Han Purple #3812FF
Tints of Han Purple #3812FF
RGB
CMYK
RGB Variations
Color information
#3812FF (or 0x3812FF) is known color: Han Purple. HEX triplet: 38, 12 and FF. RGB value is (56,18,255). Sum of RGB (Red+Green+Blue) = 56+18+255=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 255 (100% from 255 or 77.51% from 329); Max value from RGB is 255 - color contains mainly: blue. Hex color #3812FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3812FF is #C7ED00. Grayscale: #373737. Windows color (decimal): -13102337 or 16716344. OLE color: 16716344.
HSL color Cylindrical-coordinate representation of color #3812FF: hue angle of 249.62º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3812FF is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 18 | 255 | - |
| CMYK | 0.78 | 0.93 | 0 | 0 |
| HSL | 249.62º | 1% | 0.54% | - |
| HSV(B) | 249.62º | 0.93% | 1% | - |
| XYZ | 19.9 | 8.49 | 95.2 | - |
| YUV | 56.38 | 240.09 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 18 | 255 | 0.78 | 0.93 | 0 | 0 | 249.62 | 1 | 0.54 |
| Hex | 38 | 12 | FF | 4E | 5D | 0 | 0 | FA | 64 | 36 |
| Octal | 70 | 22 | 377 | 116 | 135 | 0 | 0 | 372 | 144 | 66 |
| Binary | 111000 | 10010 | 11111111 | 1001110 | 1011101 | 0 | 0 | 11111010 | 1100100 | 110110 |
Color Harmonies of #3812FF
Complementary color
Monochromatic Colors of #3812FF
Black with #3812FF
Text Example
Text Example
White with #3812FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3812FF; }
p { color: rgb(56,18,255); }
H1.HeaderClassName
{
color: #3812FF;
}
.AnyTagClassName
{
color: #3812FF;
}
</style>
background-color css
<style>
a { background-color: #3812FF; }
a { background-color: rgb(56,18,255); }
div.DivClassName
{
background-color: #3812FF;
}
.BgClassName
{
background-color: #3812FF;
}
</style>
border-color css
<style>
span { border-color: #3812FF; }
span { border-color: rgb(56,18,255); }
td.TdClassName
{
border-color: #3812FF;
}
.TagClassName
{
border-color: #3812FF;
}
</style>