Shades of Han Purple #380FFC
Tints of Han Purple #380FFC
RGB
CMYK
RGB Variations
Color information
#380FFC (or 0x380FFC) is known color: Han Purple. HEX triplet: 38, 0F and FC. RGB value is (56,15,252). Sum of RGB (Red+Green+Blue) = 56+15+252=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 252 (98.83% from 255 or 78.02% from 323); Max value from RGB is 252 - color contains mainly: blue. Hex color #380FFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380FFC is #C7F003. Grayscale: #353535. Windows color (decimal): -13103108 or 16518968. OLE color: 16518968.
HSL color Cylindrical-coordinate representation of color #380FFC: hue angle of 250.38º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380FFC is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 15 | 252 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.01 |
| HSL | 250.38º | 0.98% | 0.52% | - |
| HSV(B) | 250.38º | 0.94% | 0.99% | - |
| XYZ | 19.37 | 8.21 | 92.66 | - |
| YUV | 54.28 | 239.58 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 252 | 0.78 | 0.94 | 0 | 0.01 | 250.38 | 0.98 | 0.52 |
| Hex | 38 | F | FC | 4E | 5E | 0 | 1 | FA | 62 | 34 |
| Octal | 70 | 17 | 374 | 116 | 136 | 0 | 1 | 372 | 142 | 64 |
| Binary | 111000 | 1111 | 11111100 | 1001110 | 1011110 | 0 | 1 | 11111010 | 1100010 | 110100 |
Color Harmonies of #380FFC
Complementary color
Monochromatic Colors of #380FFC
Black with #380FFC
Text Example
Text Example
White with #380FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380FFC; }
p { color: rgb(56,15,252); }
H1.HeaderClassName
{
color: #380FFC;
}
.AnyTagClassName
{
color: #380FFC;
}
</style>
background-color css
<style>
a { background-color: #380FFC; }
a { background-color: rgb(56,15,252); }
div.DivClassName
{
background-color: #380FFC;
}
.BgClassName
{
background-color: #380FFC;
}
</style>
border-color css
<style>
span { border-color: #380FFC; }
span { border-color: rgb(56,15,252); }
td.TdClassName
{
border-color: #380FFC;
}
.TagClassName
{
border-color: #380FFC;
}
</style>