Shades of Han Purple #3815CF
Tints of Han Purple #3815CF
RGB
CMYK
RGB Variations
Color information
#3815CF (or 0x3815CF) is known color: Han Purple. HEX triplet: 38, 15 and CF. RGB value is (56,21,207). Sum of RGB (Red+Green+Blue) = 56+21+207=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #3815CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3815CF is #C7EA30. Grayscale: #333333. Windows color (decimal): -13101617 or 13571384. OLE color: 13571384.
HSL color Cylindrical-coordinate representation of color #3815CF: hue angle of 251.29º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3815CF is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 21 | 207 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.19 |
| HSL | 251.29º | 0.82% | 0.45% | - |
| HSV(B) | 251.29º | 0.9% | 0.81% | - |
| XYZ | 13.16 | 5.88 | 59.47 | - |
| YUV | 52.67 | 215.1 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 21 | 207 | 0.73 | 0.90 | 0 | 0.19 | 251.29 | 0.82 | 0.45 |
| Hex | 38 | 15 | CF | 49 | 5A | 0 | 13 | FB | 52 | 2D |
| Octal | 70 | 25 | 317 | 111 | 132 | 0 | 23 | 373 | 122 | 55 |
| Binary | 111000 | 10101 | 11001111 | 1001001 | 1011010 | 0 | 10011 | 11111011 | 1010010 | 101101 |
Color Harmonies of #3815CF
Complementary color
Monochromatic Colors of #3815CF
Black with #3815CF
Text Example
Text Example
White with #3815CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3815CF; }
p { color: rgb(56,21,207); }
H1.HeaderClassName
{
color: #3815CF;
}
.AnyTagClassName
{
color: #3815CF;
}
</style>
background-color css
<style>
a { background-color: #3815CF; }
a { background-color: rgb(56,21,207); }
div.DivClassName
{
background-color: #3815CF;
}
.BgClassName
{
background-color: #3815CF;
}
</style>
border-color css
<style>
span { border-color: #3815CF; }
span { border-color: rgb(56,21,207); }
td.TdClassName
{
border-color: #3815CF;
}
.TagClassName
{
border-color: #3815CF;
}
</style>