Shades of Han Purple #380CF4
Tints of Han Purple #380CF4
RGB
CMYK
RGB Variations
Color information
#380CF4 (or 0x380CF4) is known color: Han Purple. HEX triplet: 38, 0C and F4. RGB value is (56,12,244). Sum of RGB (Red+Green+Blue) = 56+12+244=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 244 (95.70% from 255 or 78.21% from 312); Max value from RGB is 244 - color contains mainly: blue. Hex color #380CF4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380CF4 is #C7F30B. Grayscale: #323232. Windows color (decimal): -13103884 or 15993912. OLE color: 15993912.
HSL color Cylindrical-coordinate representation of color #380CF4: hue angle of 251.38º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380CF4 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 12 | 244 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.04 |
| HSL | 251.38º | 0.91% | 0.5% | - |
| HSV(B) | 251.38º | 0.95% | 0.96% | - |
| XYZ | 18.09 | 7.64 | 86.11 | - |
| YUV | 51.6 | 236.58 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 244 | 0.77 | 0.95 | 0 | 0.04 | 251.38 | 0.91 | 0.5 |
| Hex | 38 | C | F4 | 4D | 5F | 0 | 4 | FB | 5B | 32 |
| Octal | 70 | 14 | 364 | 115 | 137 | 0 | 4 | 373 | 133 | 62 |
| Binary | 111000 | 1100 | 11110100 | 1001101 | 1011111 | 0 | 100 | 11111011 | 1011011 | 110010 |
Color Harmonies of #380CF4
Complementary color
Monochromatic Colors of #380CF4
Black with #380CF4
Text Example
Text Example
White with #380CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380CF4; }
p { color: rgb(56,12,244); }
H1.HeaderClassName
{
color: #380CF4;
}
.AnyTagClassName
{
color: #380CF4;
}
</style>
background-color css
<style>
a { background-color: #380CF4; }
a { background-color: rgb(56,12,244); }
div.DivClassName
{
background-color: #380CF4;
}
.BgClassName
{
background-color: #380CF4;
}
</style>
border-color css
<style>
span { border-color: #380CF4; }
span { border-color: rgb(56,12,244); }
td.TdClassName
{
border-color: #380CF4;
}
.TagClassName
{
border-color: #380CF4;
}
</style>