Shades of Han Purple #380CEA
Tints of Han Purple #380CEA
RGB
CMYK
RGB Variations
Color information
#380CEA (or 0x380CEA) is known color: Han Purple. HEX triplet: 38, 0C and EA. RGB value is (56,12,234). Sum of RGB (Red+Green+Blue) = 56+12+234=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 234 (91.80% from 255 or 77.48% from 302); Max value from RGB is 234 - color contains mainly: blue. Hex color #380CEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380CEA is #C7F315. Grayscale: #313131. Windows color (decimal): -13103894 or 15338552. OLE color: 15338552.
HSL color Cylindrical-coordinate representation of color #380CEA: hue angle of 251.89º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380CEA is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 12 | 234 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.08 |
| HSL | 251.89º | 0.9% | 0.48% | - |
| HSV(B) | 251.89º | 0.95% | 0.92% | - |
| XYZ | 16.61 | 7.04 | 78.33 | - |
| YUV | 50.46 | 231.58 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 234 | 0.76 | 0.95 | 0 | 0.08 | 251.89 | 0.9 | 0.48 |
| Hex | 38 | C | EA | 4C | 5F | 0 | 8 | FC | 5A | 30 |
| Octal | 70 | 14 | 352 | 114 | 137 | 0 | 10 | 374 | 132 | 60 |
| Binary | 111000 | 1100 | 11101010 | 1001100 | 1011111 | 0 | 1000 | 11111100 | 1011010 | 110000 |
Color Harmonies of #380CEA
Complementary color
Monochromatic Colors of #380CEA
Black with #380CEA
Text Example
Text Example
White with #380CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380CEA; }
p { color: rgb(56,12,234); }
H1.HeaderClassName
{
color: #380CEA;
}
.AnyTagClassName
{
color: #380CEA;
}
</style>
background-color css
<style>
a { background-color: #380CEA; }
a { background-color: rgb(56,12,234); }
div.DivClassName
{
background-color: #380CEA;
}
.BgClassName
{
background-color: #380CEA;
}
</style>
border-color css
<style>
span { border-color: #380CEA; }
span { border-color: rgb(56,12,234); }
td.TdClassName
{
border-color: #380CEA;
}
.TagClassName
{
border-color: #380CEA;
}
</style>