Shades of Han Purple #380DFF
Tints of Han Purple #380DFF
RGB
CMYK
RGB Variations
Color information
#380DFF (or 0x380DFF) is known color: Han Purple. HEX triplet: 38, 0D and FF. RGB value is (56,13,255). Sum of RGB (Red+Green+Blue) = 56+13+255=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #380DFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380DFF is #C7F200. Grayscale: #343434. Windows color (decimal): -13103617 or 16715064. OLE color: 16715064.
HSL color Cylindrical-coordinate representation of color #380DFF: hue angle of 250.66º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380DFF is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 13 | 255 | - |
| CMYK | 0.78 | 0.95 | 0 | 0 |
| HSL | 250.66º | 1% | 0.53% | - |
| HSV(B) | 250.66º | 0.95% | 1% | - |
| XYZ | 19.82 | 8.35 | 95.17 | - |
| YUV | 53.45 | 241.75 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 255 | 0.78 | 0.95 | 0 | 0 | 250.66 | 1 | 0.53 |
| Hex | 38 | D | FF | 4E | 5F | 0 | 0 | FB | 64 | 35 |
| Octal | 70 | 15 | 377 | 116 | 137 | 0 | 0 | 373 | 144 | 65 |
| Binary | 111000 | 1101 | 11111111 | 1001110 | 1011111 | 0 | 0 | 11111011 | 1100100 | 110101 |
Color Harmonies of #380DFF
Complementary color
Monochromatic Colors of #380DFF
Black with #380DFF
Text Example
Text Example
White with #380DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380DFF; }
p { color: rgb(56,13,255); }
H1.HeaderClassName
{
color: #380DFF;
}
.AnyTagClassName
{
color: #380DFF;
}
</style>
background-color css
<style>
a { background-color: #380DFF; }
a { background-color: rgb(56,13,255); }
div.DivClassName
{
background-color: #380DFF;
}
.BgClassName
{
background-color: #380DFF;
}
</style>
border-color css
<style>
span { border-color: #380DFF; }
span { border-color: rgb(56,13,255); }
td.TdClassName
{
border-color: #380DFF;
}
.TagClassName
{
border-color: #380DFF;
}
</style>