Shades of Han Purple #380CFB
Tints of Han Purple #380CFB
RGB
CMYK
RGB Variations
Color information
#380CFB (or 0x380CFB) is known color: Han Purple. HEX triplet: 38, 0C and FB. RGB value is (56,12,251). Sum of RGB (Red+Green+Blue) = 56+12+251=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 251 (98.44% from 255 or 78.68% from 319); Max value from RGB is 251 - color contains mainly: blue. Hex color #380CFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380CFB is #C7F304. Grayscale: #333333. Windows color (decimal): -13103877 or 16452664. OLE color: 16452664.
HSL color Cylindrical-coordinate representation of color #380CFB: hue angle of 251.05º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380CFB is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 12 | 251 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.02 |
| HSL | 251.05º | 0.97% | 0.52% | - |
| HSV(B) | 251.05º | 0.95% | 0.98% | - |
| XYZ | 19.17 | 8.07 | 91.81 | - |
| YUV | 52.4 | 240.08 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 251 | 0.78 | 0.95 | 0 | 0.02 | 251.05 | 0.97 | 0.52 |
| Hex | 38 | C | FB | 4E | 5F | 0 | 2 | FB | 61 | 34 |
| Octal | 70 | 14 | 373 | 116 | 137 | 0 | 2 | 373 | 141 | 64 |
| Binary | 111000 | 1100 | 11111011 | 1001110 | 1011111 | 0 | 10 | 11111011 | 1100001 | 110100 |
Color Harmonies of #380CFB
Complementary color
Monochromatic Colors of #380CFB
Black with #380CFB
Text Example
Text Example
White with #380CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380CFB; }
p { color: rgb(56,12,251); }
H1.HeaderClassName
{
color: #380CFB;
}
.AnyTagClassName
{
color: #380CFB;
}
</style>
background-color css
<style>
a { background-color: #380CFB; }
a { background-color: rgb(56,12,251); }
div.DivClassName
{
background-color: #380CFB;
}
.BgClassName
{
background-color: #380CFB;
}
</style>
border-color css
<style>
span { border-color: #380CFB; }
span { border-color: rgb(56,12,251); }
td.TdClassName
{
border-color: #380CFB;
}
.TagClassName
{
border-color: #380CFB;
}
</style>