Shades of Han Purple #382BFF
Tints of Han Purple #382BFF
RGB
CMYK
RGB Variations
Color information
#382BFF (or 0x382BFF) is known color: Han Purple. HEX triplet: 38, 2B and FF. RGB value is (56,43,255). Sum of RGB (Red+Green+Blue) = 56+43+255=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #382BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382BFF is #C7D400. Grayscale: #464646. Windows color (decimal): -13095937 or 16722744. OLE color: 16722744.
HSL color Cylindrical-coordinate representation of color #382BFF: hue angle of 243.68º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #382BFF is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 43 | 255 | - |
| CMYK | 0.78 | 0.83 | 0 | 0 |
| HSL | 243.68º | 1% | 0.58% | - |
| HSV(B) | 243.68º | 0.83% | 1% | - |
| XYZ | 20.54 | 9.79 | 95.41 | - |
| YUV | 71.06 | 231.81 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 43 | 255 | 0.78 | 0.83 | 0 | 0 | 243.68 | 1 | 0.58 |
| Hex | 38 | 2B | FF | 4E | 53 | 0 | 0 | F4 | 64 | 3A |
| Octal | 70 | 53 | 377 | 116 | 123 | 0 | 0 | 364 | 144 | 72 |
| Binary | 111000 | 101011 | 11111111 | 1001110 | 1010011 | 0 | 0 | 11110100 | 1100100 | 111010 |
Color Harmonies of #382BFF
Complementary color
Monochromatic Colors of #382BFF
Black with #382BFF
Text Example
Text Example
White with #382BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382BFF; }
p { color: rgb(56,43,255); }
H1.HeaderClassName
{
color: #382BFF;
}
.AnyTagClassName
{
color: #382BFF;
}
</style>
background-color css
<style>
a { background-color: #382BFF; }
a { background-color: rgb(56,43,255); }
div.DivClassName
{
background-color: #382BFF;
}
.BgClassName
{
background-color: #382BFF;
}
</style>
border-color css
<style>
span { border-color: #382BFF; }
span { border-color: rgb(56,43,255); }
td.TdClassName
{
border-color: #382BFF;
}
.TagClassName
{
border-color: #382BFF;
}
</style>