Shades of Han Purple #3813CF
Tints of Han Purple #3813CF
RGB
CMYK
RGB Variations
Color information
#3813CF (or 0x3813CF) is known color: Han Purple. HEX triplet: 38, 13 and CF. RGB value is (56,19,207). Sum of RGB (Red+Green+Blue) = 56+19+207=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #3813CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3813CF is #C7EC30. Grayscale: #323232. Windows color (decimal): -13102129 or 13570872. OLE color: 13570872.
HSL color Cylindrical-coordinate representation of color #3813CF: hue angle of 251.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3813CF is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 19 | 207 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.19 |
| HSL | 251.81º | 0.83% | 0.44% | - |
| HSV(B) | 251.81º | 0.91% | 0.81% | - |
| XYZ | 13.13 | 5.81 | 59.46 | - |
| YUV | 51.5 | 215.76 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 207 | 0.73 | 0.91 | 0 | 0.19 | 251.81 | 0.83 | 0.44 |
| Hex | 38 | 13 | CF | 49 | 5B | 0 | 13 | FC | 53 | 2C |
| Octal | 70 | 23 | 317 | 111 | 133 | 0 | 23 | 374 | 123 | 54 |
| Binary | 111000 | 10011 | 11001111 | 1001001 | 1011011 | 0 | 10011 | 11111100 | 1010011 | 101100 |
Color Harmonies of #3813CF
Complementary color
Monochromatic Colors of #3813CF
Black with #3813CF
Text Example
Text Example
White with #3813CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3813CF; }
p { color: rgb(56,19,207); }
H1.HeaderClassName
{
color: #3813CF;
}
.AnyTagClassName
{
color: #3813CF;
}
</style>
background-color css
<style>
a { background-color: #3813CF; }
a { background-color: rgb(56,19,207); }
div.DivClassName
{
background-color: #3813CF;
}
.BgClassName
{
background-color: #3813CF;
}
</style>
border-color css
<style>
span { border-color: #3813CF; }
span { border-color: rgb(56,19,207); }
td.TdClassName
{
border-color: #3813CF;
}
.TagClassName
{
border-color: #3813CF;
}
</style>