Shades of Han Purple #380FF5
Tints of Han Purple #380FF5
RGB
CMYK
RGB Variations
Color information
#380FF5 (or 0x380FF5) is known color: Han Purple. HEX triplet: 38, 0F and F5. RGB value is (56,15,245). Sum of RGB (Red+Green+Blue) = 56+15+245=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 245 (96.09% from 255 or 77.53% from 316); Max value from RGB is 245 - color contains mainly: blue. Hex color #380FF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380FF5 is #C7F00A. Grayscale: #343434. Windows color (decimal): -13103115 or 16060216. OLE color: 16060216.
HSL color Cylindrical-coordinate representation of color #380FF5: hue angle of 250.7º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380FF5 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 15 | 245 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.04 |
| HSL | 250.7º | 0.92% | 0.51% | - |
| HSV(B) | 250.7º | 0.94% | 0.96% | - |
| XYZ | 18.28 | 7.77 | 86.92 | - |
| YUV | 53.48 | 236.08 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 245 | 0.77 | 0.94 | 0 | 0.04 | 250.7 | 0.92 | 0.51 |
| Hex | 38 | F | F5 | 4D | 5E | 0 | 4 | FB | 5C | 33 |
| Octal | 70 | 17 | 365 | 115 | 136 | 0 | 4 | 373 | 134 | 63 |
| Binary | 111000 | 1111 | 11110101 | 1001101 | 1011110 | 0 | 100 | 11111011 | 1011100 | 110011 |
Color Harmonies of #380FF5
Complementary color
Monochromatic Colors of #380FF5
Black with #380FF5
Text Example
Text Example
White with #380FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380FF5; }
p { color: rgb(56,15,245); }
H1.HeaderClassName
{
color: #380FF5;
}
.AnyTagClassName
{
color: #380FF5;
}
</style>
background-color css
<style>
a { background-color: #380FF5; }
a { background-color: rgb(56,15,245); }
div.DivClassName
{
background-color: #380FF5;
}
.BgClassName
{
background-color: #380FF5;
}
</style>
border-color css
<style>
span { border-color: #380FF5; }
span { border-color: rgb(56,15,245); }
td.TdClassName
{
border-color: #380FF5;
}
.TagClassName
{
border-color: #380FF5;
}
</style>