Shades of Han Purple #3801DF
Tints of Han Purple #3801DF
RGB
CMYK
RGB Variations
Color information
#3801DF (or 0x3801DF) is known color: Han Purple. HEX triplet: 38, 01 and DF. RGB value is (56,1,223). Sum of RGB (Red+Green+Blue) = 56+1+223=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 223 (87.5% from 255 or 79.64% from 280); Max value from RGB is 223 - color contains mainly: blue. Hex color #3801DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3801DF is #C7FE20. Grayscale: #292929. Windows color (decimal): -13106721 or 14614840. OLE color: 14614840.
HSL color Cylindrical-coordinate representation of color #3801DF: hue angle of 254.86º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3801DF is Cyan = 0.75, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 1 | 223 | - |
| CMYK | 0.75 | 1.00 | 0 | 0.13 |
| HSL | 254.86º | 0.99% | 0.44% | - |
| HSV(B) | 254.86º | 1% | 0.87% | - |
| XYZ | 14.96 | 6.19 | 70.22 | - |
| YUV | 42.75 | 229.72 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 223 | 0.75 | 1.00 | 0 | 0.13 | 254.86 | 0.99 | 0.44 |
| Hex | 38 | 1 | DF | 4B | 64 | 0 | D | FF | 63 | 2C |
| Octal | 70 | 1 | 337 | 113 | 144 | 0 | 15 | 377 | 143 | 54 |
| Binary | 111000 | 1 | 11011111 | 1001011 | 1100100 | 0 | 1101 | 11111111 | 1100011 | 101100 |
Color Harmonies of #3801DF
Complementary color
Monochromatic Colors of #3801DF
Black with #3801DF
Text Example
Text Example
White with #3801DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3801DF; }
p { color: rgb(56,1,223); }
H1.HeaderClassName
{
color: #3801DF;
}
.AnyTagClassName
{
color: #3801DF;
}
</style>
background-color css
<style>
a { background-color: #3801DF; }
a { background-color: rgb(56,1,223); }
div.DivClassName
{
background-color: #3801DF;
}
.BgClassName
{
background-color: #3801DF;
}
</style>
border-color css
<style>
span { border-color: #3801DF; }
span { border-color: rgb(56,1,223); }
td.TdClassName
{
border-color: #3801DF;
}
.TagClassName
{
border-color: #3801DF;
}
</style>