Shades of Han Purple #3816CC
Tints of Han Purple #3816CC
RGB
CMYK
RGB Variations
Color information
#3816CC (or 0x3816CC) is known color: Han Purple. HEX triplet: 38, 16 and CC. RGB value is (56,22,204). Sum of RGB (Red+Green+Blue) = 56+22+204=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #3816CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3816CC is #C7E933. Grayscale: #343434. Windows color (decimal): -13101364 or 13375032. OLE color: 13375032.
HSL color Cylindrical-coordinate representation of color #3816CC: hue angle of 251.21º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3816CC is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 22 | 204 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.2 |
| HSL | 251.21º | 0.81% | 0.44% | - |
| HSV(B) | 251.21º | 0.89% | 0.8% | - |
| XYZ | 12.82 | 5.77 | 57.57 | - |
| YUV | 52.91 | 213.26 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 204 | 0.73 | 0.89 | 0 | 0.2 | 251.21 | 0.81 | 0.44 |
| Hex | 38 | 16 | CC | 49 | 59 | 0 | 14 | FB | 51 | 2C |
| Octal | 70 | 26 | 314 | 111 | 131 | 0 | 24 | 373 | 121 | 54 |
| Binary | 111000 | 10110 | 11001100 | 1001001 | 1011001 | 0 | 10100 | 11111011 | 1010001 | 101100 |
Color Harmonies of #3816CC
Complementary color
Monochromatic Colors of #3816CC
Black with #3816CC
Text Example
Text Example
White with #3816CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3816CC; }
p { color: rgb(56,22,204); }
H1.HeaderClassName
{
color: #3816CC;
}
.AnyTagClassName
{
color: #3816CC;
}
</style>
background-color css
<style>
a { background-color: #3816CC; }
a { background-color: rgb(56,22,204); }
div.DivClassName
{
background-color: #3816CC;
}
.BgClassName
{
background-color: #3816CC;
}
</style>
border-color css
<style>
span { border-color: #3816CC; }
span { border-color: rgb(56,22,204); }
td.TdClassName
{
border-color: #3816CC;
}
.TagClassName
{
border-color: #3816CC;
}
</style>