Shades of Han Purple #3801CE
Tints of Han Purple #3801CE
RGB
CMYK
RGB Variations
Color information
#3801CE (or 0x3801CE) is known color: Han Purple. HEX triplet: 38, 01 and CE. RGB value is (56,1,206). Sum of RGB (Red+Green+Blue) = 56+1+206=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 206 (80.86% from 255 or 78.33% from 263); Max value from RGB is 206 - color contains mainly: blue. Hex color #3801CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3801CE is #C7FE31. Grayscale: #282828. Windows color (decimal): -13106738 or 13500728. OLE color: 13500728.
HSL color Cylindrical-coordinate representation of color #3801CE: hue angle of 256.1º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3801CE is Cyan = 0.73, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 1 | 206 | - |
| CMYK | 0.73 | 1.00 | 0 | 0.19 |
| HSL | 256.1º | 0.99% | 0.41% | - |
| HSV(B) | 256.1º | 1% | 0.81% | - |
| XYZ | 12.78 | 5.32 | 58.75 | - |
| YUV | 40.82 | 221.22 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 206 | 0.73 | 1.00 | 0 | 0.19 | 256.1 | 0.99 | 0.41 |
| Hex | 38 | 1 | CE | 49 | 64 | 0 | 13 | 100 | 63 | 29 |
| Octal | 70 | 1 | 316 | 111 | 144 | 0 | 23 | 400 | 143 | 51 |
| Binary | 111000 | 1 | 11001110 | 1001001 | 1100100 | 0 | 10011 | 100000000 | 1100011 | 101001 |
Color Harmonies of #3801CE
Complementary color
Monochromatic Colors of #3801CE
Black with #3801CE
Text Example
Text Example
White with #3801CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3801CE; }
p { color: rgb(56,1,206); }
H1.HeaderClassName
{
color: #3801CE;
}
.AnyTagClassName
{
color: #3801CE;
}
</style>
background-color css
<style>
a { background-color: #3801CE; }
a { background-color: rgb(56,1,206); }
div.DivClassName
{
background-color: #3801CE;
}
.BgClassName
{
background-color: #3801CE;
}
</style>
border-color css
<style>
span { border-color: #3801CE; }
span { border-color: rgb(56,1,206); }
td.TdClassName
{
border-color: #3801CE;
}
.TagClassName
{
border-color: #3801CE;
}
</style>