Shades of Han Purple #3815CB
Tints of Han Purple #3815CB
RGB
CMYK
RGB Variations
Color information
#3815CB (or 0x3815CB) is known color: Han Purple. HEX triplet: 38, 15 and CB. RGB value is (56,21,203). Sum of RGB (Red+Green+Blue) = 56+21+203=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #3815CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3815CB is #C7EA34. Grayscale: #333333. Windows color (decimal): -13101621 or 13309240. OLE color: 13309240.
HSL color Cylindrical-coordinate representation of color #3815CB: hue angle of 251.54º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3815CB is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 21 | 203 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.20 |
| HSL | 251.54º | 0.81% | 0.44% | - |
| HSV(B) | 251.54º | 0.9% | 0.8% | - |
| XYZ | 12.68 | 5.69 | 56.93 | - |
| YUV | 52.21 | 213.1 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 21 | 203 | 0.72 | 0.90 | 0 | 0.20 | 251.54 | 0.81 | 0.44 |
| Hex | 38 | 15 | CB | 48 | 5A | 0 | 14 | FC | 51 | 2C |
| Octal | 70 | 25 | 313 | 110 | 132 | 0 | 24 | 374 | 121 | 54 |
| Binary | 111000 | 10101 | 11001011 | 1001000 | 1011010 | 0 | 10100 | 11111100 | 1010001 | 101100 |
Color Harmonies of #3815CB
Complementary color
Monochromatic Colors of #3815CB
Black with #3815CB
Text Example
Text Example
White with #3815CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3815CB; }
p { color: rgb(56,21,203); }
H1.HeaderClassName
{
color: #3815CB;
}
.AnyTagClassName
{
color: #3815CB;
}
</style>
background-color css
<style>
a { background-color: #3815CB; }
a { background-color: rgb(56,21,203); }
div.DivClassName
{
background-color: #3815CB;
}
.BgClassName
{
background-color: #3815CB;
}
</style>
border-color css
<style>
span { border-color: #3815CB; }
span { border-color: rgb(56,21,203); }
td.TdClassName
{
border-color: #3815CB;
}
.TagClassName
{
border-color: #3815CB;
}
</style>