Shades of Han Purple #382AFF
Tints of Han Purple #382AFF
RGB
CMYK
RGB Variations
Color information
#382AFF (or 0x382AFF) is known color: Han Purple. HEX triplet: 38, 2A and FF. RGB value is (56,42,255). Sum of RGB (Red+Green+Blue) = 56+42+255=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #382AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382AFF is #C7D500. Grayscale: #454545. Windows color (decimal): -13096193 or 16722488. OLE color: 16722488.
HSL color Cylindrical-coordinate representation of color #382AFF: hue angle of 243.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #382AFF is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 42 | 255 | - |
| CMYK | 0.78 | 0.84 | 0 | 0 |
| HSL | 243.94º | 1% | 0.58% | - |
| HSV(B) | 243.94º | 0.84% | 1% | - |
| XYZ | 20.51 | 9.72 | 95.4 | - |
| YUV | 70.47 | 232.14 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 255 | 0.78 | 0.84 | 0 | 0 | 243.94 | 1 | 0.58 |
| Hex | 38 | 2A | FF | 4E | 54 | 0 | 0 | F4 | 64 | 3A |
| Octal | 70 | 52 | 377 | 116 | 124 | 0 | 0 | 364 | 144 | 72 |
| Binary | 111000 | 101010 | 11111111 | 1001110 | 1010100 | 0 | 0 | 11110100 | 1100100 | 111010 |
Color Harmonies of #382AFF
Complementary color
Monochromatic Colors of #382AFF
Black with #382AFF
Text Example
Text Example
White with #382AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382AFF; }
p { color: rgb(56,42,255); }
H1.HeaderClassName
{
color: #382AFF;
}
.AnyTagClassName
{
color: #382AFF;
}
</style>
background-color css
<style>
a { background-color: #382AFF; }
a { background-color: rgb(56,42,255); }
div.DivClassName
{
background-color: #382AFF;
}
.BgClassName
{
background-color: #382AFF;
}
</style>
border-color css
<style>
span { border-color: #382AFF; }
span { border-color: rgb(56,42,255); }
td.TdClassName
{
border-color: #382AFF;
}
.TagClassName
{
border-color: #382AFF;
}
</style>