Shades of Han Purple #3801DB
Tints of Han Purple #3801DB
RGB
CMYK
RGB Variations
Color information
#3801DB (or 0x3801DB) is known color: Han Purple. HEX triplet: 38, 01 and DB. RGB value is (56,1,219). Sum of RGB (Red+Green+Blue) = 56+1+219=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 219 (85.94% from 255 or 79.35% from 276); Max value from RGB is 219 - color contains mainly: blue. Hex color #3801DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3801DB is #C7FE24. Grayscale: #292929. Windows color (decimal): -13106725 or 14352696. OLE color: 14352696.
HSL color Cylindrical-coordinate representation of color #3801DB: hue angle of 255.14º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3801DB is Cyan = 0.74, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 1 | 219 | - |
| CMYK | 0.74 | 1.00 | 0 | 0.14 |
| HSL | 255.14º | 0.99% | 0.43% | - |
| HSV(B) | 255.14º | 1% | 0.86% | - |
| XYZ | 14.43 | 5.98 | 67.41 | - |
| YUV | 42.3 | 227.72 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 219 | 0.74 | 1.00 | 0 | 0.14 | 255.14 | 0.99 | 0.43 |
| Hex | 38 | 1 | DB | 4A | 64 | 0 | E | FF | 63 | 2B |
| Octal | 70 | 1 | 333 | 112 | 144 | 0 | 16 | 377 | 143 | 53 |
| Binary | 111000 | 1 | 11011011 | 1001010 | 1100100 | 0 | 1110 | 11111111 | 1100011 | 101011 |
Color Harmonies of #3801DB
Complementary color
Monochromatic Colors of #3801DB
Black with #3801DB
Text Example
Text Example
White with #3801DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3801DB; }
p { color: rgb(56,1,219); }
H1.HeaderClassName
{
color: #3801DB;
}
.AnyTagClassName
{
color: #3801DB;
}
</style>
background-color css
<style>
a { background-color: #3801DB; }
a { background-color: rgb(56,1,219); }
div.DivClassName
{
background-color: #3801DB;
}
.BgClassName
{
background-color: #3801DB;
}
</style>
border-color css
<style>
span { border-color: #3801DB; }
span { border-color: rgb(56,1,219); }
td.TdClassName
{
border-color: #3801DB;
}
.TagClassName
{
border-color: #3801DB;
}
</style>