Shades of Han Purple #380CCB
Tints of Han Purple #380CCB
RGB
CMYK
RGB Variations
Color information
#380CCB (or 0x380CCB) is known color: Han Purple. HEX triplet: 38, 0C and CB. RGB value is (56,12,203). Sum of RGB (Red+Green+Blue) = 56+12+203=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 203 (79.69% from 255 or 74.91% from 271); Max value from RGB is 203 - color contains mainly: blue. Hex color #380CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380CCB is #C7F334. Grayscale: #2E2E2E. Windows color (decimal): -13103925 or 13306936. OLE color: 13306936.
HSL color Cylindrical-coordinate representation of color #380CCB: hue angle of 253.82º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380CCB is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 12 | 203 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.20 |
| HSL | 253.82º | 0.89% | 0.42% | - |
| HSV(B) | 253.82º | 0.94% | 0.8% | - |
| XYZ | 12.54 | 5.42 | 56.88 | - |
| YUV | 46.93 | 216.08 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 203 | 0.72 | 0.94 | 0 | 0.20 | 253.82 | 0.89 | 0.42 |
| Hex | 38 | C | CB | 48 | 5E | 0 | 14 | FE | 59 | 2A |
| Octal | 70 | 14 | 313 | 110 | 136 | 0 | 24 | 376 | 131 | 52 |
| Binary | 111000 | 1100 | 11001011 | 1001000 | 1011110 | 0 | 10100 | 11111110 | 1011001 | 101010 |
Color Harmonies of #380CCB
Complementary color
Monochromatic Colors of #380CCB
Black with #380CCB
Text Example
Text Example
White with #380CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380CCB; }
p { color: rgb(56,12,203); }
H1.HeaderClassName
{
color: #380CCB;
}
.AnyTagClassName
{
color: #380CCB;
}
</style>
background-color css
<style>
a { background-color: #380CCB; }
a { background-color: rgb(56,12,203); }
div.DivClassName
{
background-color: #380CCB;
}
.BgClassName
{
background-color: #380CCB;
}
</style>
border-color css
<style>
span { border-color: #380CCB; }
span { border-color: rgb(56,12,203); }
td.TdClassName
{
border-color: #380CCB;
}
.TagClassName
{
border-color: #380CCB;
}
</style>