Shades of Han Purple #3821FF
Tints of Han Purple #3821FF
RGB
CMYK
RGB Variations
Color information
#3821FF (or 0x3821FF) is known color: Han Purple. HEX triplet: 38, 21 and FF. RGB value is (56,33,255). Sum of RGB (Red+Green+Blue) = 56+33+255=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #3821FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3821FF is #C7DE00. Grayscale: #404040. Windows color (decimal): -13098497 or 16720184. OLE color: 16720184.
HSL color Cylindrical-coordinate representation of color #3821FF: hue angle of 246.22º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3821FF is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 33 | 255 | - |
| CMYK | 0.78 | 0.87 | 0 | 0 |
| HSL | 246.22º | 1% | 0.56% | - |
| HSV(B) | 246.22º | 0.87% | 1% | - |
| XYZ | 20.22 | 9.15 | 95.31 | - |
| YUV | 65.19 | 235.12 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 255 | 0.78 | 0.87 | 0 | 0 | 246.22 | 1 | 0.56 |
| Hex | 38 | 21 | FF | 4E | 57 | 0 | 0 | F6 | 64 | 38 |
| Octal | 70 | 41 | 377 | 116 | 127 | 0 | 0 | 366 | 144 | 70 |
| Binary | 111000 | 100001 | 11111111 | 1001110 | 1010111 | 0 | 0 | 11110110 | 1100100 | 111000 |
Color Harmonies of #3821FF
Complementary color
Monochromatic Colors of #3821FF
Black with #3821FF
Text Example
Text Example
White with #3821FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3821FF; }
p { color: rgb(56,33,255); }
H1.HeaderClassName
{
color: #3821FF;
}
.AnyTagClassName
{
color: #3821FF;
}
</style>
background-color css
<style>
a { background-color: #3821FF; }
a { background-color: rgb(56,33,255); }
div.DivClassName
{
background-color: #3821FF;
}
.BgClassName
{
background-color: #3821FF;
}
</style>
border-color css
<style>
span { border-color: #3821FF; }
span { border-color: rgb(56,33,255); }
td.TdClassName
{
border-color: #3821FF;
}
.TagClassName
{
border-color: #3821FF;
}
</style>