Shades of Han Purple #380CFE
Tints of Han Purple #380CFE
RGB
CMYK
RGB Variations
Color information
#380CFE (or 0x380CFE) is known color: Han Purple. HEX triplet: 38, 0C and FE. RGB value is (56,12,254). Sum of RGB (Red+Green+Blue) = 56+12+254=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 254 (99.61% from 255 or 78.88% from 322); Max value from RGB is 254 - color contains mainly: blue. Hex color #380CFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380CFE is #C7F301. Grayscale: #333333. Windows color (decimal): -13103874 or 16649272. OLE color: 16649272.
HSL color Cylindrical-coordinate representation of color #380CFE: hue angle of 250.91º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380CFE is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 12 | 254 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.00 |
| HSL | 250.91º | 0.99% | 0.52% | - |
| HSV(B) | 250.91º | 0.95% | 1% | - |
| XYZ | 19.65 | 8.26 | 94.32 | - |
| YUV | 52.74 | 241.58 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 254 | 0.78 | 0.95 | 0 | 0.00 | 250.91 | 0.99 | 0.52 |
| Hex | 38 | C | FE | 4E | 5F | 0 | 0 | FB | 63 | 34 |
| Octal | 70 | 14 | 376 | 116 | 137 | 0 | 0 | 373 | 143 | 64 |
| Binary | 111000 | 1100 | 11111110 | 1001110 | 1011111 | 0 | 0 | 11111011 | 1100011 | 110100 |
Color Harmonies of #380CFE
Complementary color
Monochromatic Colors of #380CFE
Black with #380CFE
Text Example
Text Example
White with #380CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380CFE; }
p { color: rgb(56,12,254); }
H1.HeaderClassName
{
color: #380CFE;
}
.AnyTagClassName
{
color: #380CFE;
}
</style>
background-color css
<style>
a { background-color: #380CFE; }
a { background-color: rgb(56,12,254); }
div.DivClassName
{
background-color: #380CFE;
}
.BgClassName
{
background-color: #380CFE;
}
</style>
border-color css
<style>
span { border-color: #380CFE; }
span { border-color: rgb(56,12,254); }
td.TdClassName
{
border-color: #380CFE;
}
.TagClassName
{
border-color: #380CFE;
}
</style>