Shades of Han Purple #382CFF
Tints of Han Purple #382CFF
RGB
CMYK
RGB Variations
Color information
#382CFF (or 0x382CFF) is known color: Han Purple. HEX triplet: 38, 2C and FF. RGB value is (56,44,255). Sum of RGB (Red+Green+Blue) = 56+44+255=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #382CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382CFF is #C7D300. Grayscale: #464646. Windows color (decimal): -13095681 or 16723000. OLE color: 16723000.
HSL color Cylindrical-coordinate representation of color #382CFF: hue angle of 243.41º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #382CFF is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 44 | 255 | - |
| CMYK | 0.78 | 0.83 | 0 | 0 |
| HSL | 243.41º | 1% | 0.59% | - |
| HSV(B) | 243.41º | 0.83% | 1% | - |
| XYZ | 20.58 | 9.86 | 95.43 | - |
| YUV | 71.64 | 231.48 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 255 | 0.78 | 0.83 | 0 | 0 | 243.41 | 1 | 0.59 |
| Hex | 38 | 2C | FF | 4E | 53 | 0 | 0 | F3 | 64 | 3B |
| Octal | 70 | 54 | 377 | 116 | 123 | 0 | 0 | 363 | 144 | 73 |
| Binary | 111000 | 101100 | 11111111 | 1001110 | 1010011 | 0 | 0 | 11110011 | 1100100 | 111011 |
Color Harmonies of #382CFF
Complementary color
Monochromatic Colors of #382CFF
Black with #382CFF
Text Example
Text Example
White with #382CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382CFF; }
p { color: rgb(56,44,255); }
H1.HeaderClassName
{
color: #382CFF;
}
.AnyTagClassName
{
color: #382CFF;
}
</style>
background-color css
<style>
a { background-color: #382CFF; }
a { background-color: rgb(56,44,255); }
div.DivClassName
{
background-color: #382CFF;
}
.BgClassName
{
background-color: #382CFF;
}
</style>
border-color css
<style>
span { border-color: #382CFF; }
span { border-color: rgb(56,44,255); }
td.TdClassName
{
border-color: #382CFF;
}
.TagClassName
{
border-color: #382CFF;
}
</style>