Shades of Han Purple #380CF3
Tints of Han Purple #380CF3
RGB
CMYK
RGB Variations
Color information
#380CF3 (or 0x380CF3) is known color: Han Purple. HEX triplet: 38, 0C and F3. RGB value is (56,12,243). Sum of RGB (Red+Green+Blue) = 56+12+243=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 243 (95.31% from 255 or 78.14% from 311); Max value from RGB is 243 - color contains mainly: blue. Hex color #380CF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380CF3 is #C7F30C. Grayscale: #323232. Windows color (decimal): -13103885 or 15928376. OLE color: 15928376.
HSL color Cylindrical-coordinate representation of color #380CF3: hue angle of 251.43º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380CF3 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 12 | 243 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.05 |
| HSL | 251.43º | 0.91% | 0.5% | - |
| HSV(B) | 251.43º | 0.95% | 0.95% | - |
| XYZ | 17.94 | 7.57 | 85.31 | - |
| YUV | 51.49 | 236.08 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 243 | 0.77 | 0.95 | 0 | 0.05 | 251.43 | 0.91 | 0.5 |
| Hex | 38 | C | F3 | 4D | 5F | 0 | 5 | FB | 5B | 32 |
| Octal | 70 | 14 | 363 | 115 | 137 | 0 | 5 | 373 | 133 | 62 |
| Binary | 111000 | 1100 | 11110011 | 1001101 | 1011111 | 0 | 101 | 11111011 | 1011011 | 110010 |
Color Harmonies of #380CF3
Complementary color
Monochromatic Colors of #380CF3
Black with #380CF3
Text Example
Text Example
White with #380CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380CF3; }
p { color: rgb(56,12,243); }
H1.HeaderClassName
{
color: #380CF3;
}
.AnyTagClassName
{
color: #380CF3;
}
</style>
background-color css
<style>
a { background-color: #380CF3; }
a { background-color: rgb(56,12,243); }
div.DivClassName
{
background-color: #380CF3;
}
.BgClassName
{
background-color: #380CF3;
}
</style>
border-color css
<style>
span { border-color: #380CF3; }
span { border-color: rgb(56,12,243); }
td.TdClassName
{
border-color: #380CF3;
}
.TagClassName
{
border-color: #380CF3;
}
</style>