Shades of Han Purple #3801D3
Tints of Han Purple #3801D3
RGB
CMYK
RGB Variations
Color information
#3801D3 (or 0x3801D3) is known color: Han Purple. HEX triplet: 38, 01 and D3. RGB value is (56,1,211). Sum of RGB (Red+Green+Blue) = 56+1+211=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 211 (82.81% from 255 or 78.73% from 268); Max value from RGB is 211 - color contains mainly: blue. Hex color #3801D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3801D3 is #C7FE2C. Grayscale: #282828. Windows color (decimal): -13106733 or 13828408. OLE color: 13828408.
HSL color Cylindrical-coordinate representation of color #3801D3: hue angle of 255.71º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3801D3 is Cyan = 0.73, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 1 | 211 | - |
| CMYK | 0.73 | 1.00 | 0 | 0.17 |
| HSL | 255.71º | 0.99% | 0.42% | - |
| HSV(B) | 255.71º | 1% | 0.83% | - |
| XYZ | 13.4 | 5.57 | 62 | - |
| YUV | 41.39 | 223.72 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 211 | 0.73 | 1.00 | 0 | 0.17 | 255.71 | 0.99 | 0.42 |
| Hex | 38 | 1 | D3 | 49 | 64 | 0 | 11 | 100 | 63 | 2A |
| Octal | 70 | 1 | 323 | 111 | 144 | 0 | 21 | 400 | 143 | 52 |
| Binary | 111000 | 1 | 11010011 | 1001001 | 1100100 | 0 | 10001 | 100000000 | 1100011 | 101010 |
Color Harmonies of #3801D3
Complementary color
Monochromatic Colors of #3801D3
Black with #3801D3
Text Example
Text Example
White with #3801D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3801D3; }
p { color: rgb(56,1,211); }
H1.HeaderClassName
{
color: #3801D3;
}
.AnyTagClassName
{
color: #3801D3;
}
</style>
background-color css
<style>
a { background-color: #3801D3; }
a { background-color: rgb(56,1,211); }
div.DivClassName
{
background-color: #3801D3;
}
.BgClassName
{
background-color: #3801D3;
}
</style>
border-color css
<style>
span { border-color: #3801D3; }
span { border-color: rgb(56,1,211); }
td.TdClassName
{
border-color: #3801D3;
}
.TagClassName
{
border-color: #3801D3;
}
</style>