Shades of Han Purple #380BCF
Tints of Han Purple #380BCF
RGB
CMYK
RGB Variations
Color information
#380BCF (or 0x380BCF) is known color: Han Purple. HEX triplet: 38, 0B and CF. RGB value is (56,11,207). Sum of RGB (Red+Green+Blue) = 56+11+207=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #380BCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380BCF is #C7F430. Grayscale: #2E2E2E. Windows color (decimal): -13104177 or 13568824. OLE color: 13568824.
HSL color Cylindrical-coordinate representation of color #380BCF: hue angle of 253.78º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380BCF is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 11 | 207 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.19 |
| HSL | 253.78º | 0.9% | 0.43% | - |
| HSV(B) | 253.78º | 0.95% | 0.81% | - |
| XYZ | 13.01 | 5.59 | 59.42 | - |
| YUV | 46.8 | 218.41 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 11 | 207 | 0.73 | 0.95 | 0 | 0.19 | 253.78 | 0.9 | 0.43 |
| Hex | 38 | B | CF | 49 | 5F | 0 | 13 | FE | 5A | 2B |
| Octal | 70 | 13 | 317 | 111 | 137 | 0 | 23 | 376 | 132 | 53 |
| Binary | 111000 | 1011 | 11001111 | 1001001 | 1011111 | 0 | 10011 | 11111110 | 1011010 | 101011 |
Color Harmonies of #380BCF
Complementary color
Monochromatic Colors of #380BCF
Black with #380BCF
Text Example
Text Example
White with #380BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380BCF; }
p { color: rgb(56,11,207); }
H1.HeaderClassName
{
color: #380BCF;
}
.AnyTagClassName
{
color: #380BCF;
}
</style>
background-color css
<style>
a { background-color: #380BCF; }
a { background-color: rgb(56,11,207); }
div.DivClassName
{
background-color: #380BCF;
}
.BgClassName
{
background-color: #380BCF;
}
</style>
border-color css
<style>
span { border-color: #380BCF; }
span { border-color: rgb(56,11,207); }
td.TdClassName
{
border-color: #380BCF;
}
.TagClassName
{
border-color: #380BCF;
}
</style>