Shades of Han Purple #380CCF
Tints of Han Purple #380CCF
RGB
CMYK
RGB Variations
Color information
#380CCF (or 0x380CCF) is known color: Han Purple. HEX triplet: 38, 0C and CF. RGB value is (56,12,207). Sum of RGB (Red+Green+Blue) = 56+12+207=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 207 (81.25% from 255 or 75.27% from 275); Max value from RGB is 207 - color contains mainly: blue. Hex color #380CCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380CCF is #C7F330. Grayscale: #2E2E2E. Windows color (decimal): -13103921 or 13569080. OLE color: 13569080.
HSL color Cylindrical-coordinate representation of color #380CCF: hue angle of 253.54º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380CCF is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 12 | 207 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.19 |
| HSL | 253.54º | 0.89% | 0.43% | - |
| HSV(B) | 253.54º | 0.94% | 0.81% | - |
| XYZ | 13.02 | 5.61 | 59.43 | - |
| YUV | 47.39 | 218.08 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 207 | 0.73 | 0.94 | 0 | 0.19 | 253.54 | 0.89 | 0.43 |
| Hex | 38 | C | CF | 49 | 5E | 0 | 13 | FE | 59 | 2B |
| Octal | 70 | 14 | 317 | 111 | 136 | 0 | 23 | 376 | 131 | 53 |
| Binary | 111000 | 1100 | 11001111 | 1001001 | 1011110 | 0 | 10011 | 11111110 | 1011001 | 101011 |
Color Harmonies of #380CCF
Complementary color
Monochromatic Colors of #380CCF
Black with #380CCF
Text Example
Text Example
White with #380CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380CCF; }
p { color: rgb(56,12,207); }
H1.HeaderClassName
{
color: #380CCF;
}
.AnyTagClassName
{
color: #380CCF;
}
</style>
background-color css
<style>
a { background-color: #380CCF; }
a { background-color: rgb(56,12,207); }
div.DivClassName
{
background-color: #380CCF;
}
.BgClassName
{
background-color: #380CCF;
}
</style>
border-color css
<style>
span { border-color: #380CCF; }
span { border-color: rgb(56,12,207); }
td.TdClassName
{
border-color: #380CCF;
}
.TagClassName
{
border-color: #380CCF;
}
</style>