Shades of Han Purple #3801D5
Tints of Han Purple #3801D5
RGB
CMYK
RGB Variations
Color information
#3801D5 (or 0x3801D5) is known color: Han Purple. HEX triplet: 38, 01 and D5. RGB value is (56,1,213). Sum of RGB (Red+Green+Blue) = 56+1+213=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 213 (83.59% from 255 or 78.89% from 270); Max value from RGB is 213 - color contains mainly: blue. Hex color #3801D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3801D5 is #C7FE2A. Grayscale: #282828. Windows color (decimal): -13106731 or 13959480. OLE color: 13959480.
HSL color Cylindrical-coordinate representation of color #3801D5: hue angle of 255.57º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3801D5 is Cyan = 0.74, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 1 | 213 | - |
| CMYK | 0.74 | 1.00 | 0 | 0.16 |
| HSL | 255.57º | 0.99% | 0.42% | - |
| HSV(B) | 255.57º | 1% | 0.84% | - |
| XYZ | 13.65 | 5.67 | 63.33 | - |
| YUV | 41.61 | 224.72 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 213 | 0.74 | 1.00 | 0 | 0.16 | 255.57 | 0.99 | 0.42 |
| Hex | 38 | 1 | D5 | 4A | 64 | 0 | 10 | 100 | 63 | 2A |
| Octal | 70 | 1 | 325 | 112 | 144 | 0 | 20 | 400 | 143 | 52 |
| Binary | 111000 | 1 | 11010101 | 1001010 | 1100100 | 0 | 10000 | 100000000 | 1100011 | 101010 |
Color Harmonies of #3801D5
Complementary color
Monochromatic Colors of #3801D5
Black with #3801D5
Text Example
Text Example
White with #3801D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3801D5; }
p { color: rgb(56,1,213); }
H1.HeaderClassName
{
color: #3801D5;
}
.AnyTagClassName
{
color: #3801D5;
}
</style>
background-color css
<style>
a { background-color: #3801D5; }
a { background-color: rgb(56,1,213); }
div.DivClassName
{
background-color: #3801D5;
}
.BgClassName
{
background-color: #3801D5;
}
</style>
border-color css
<style>
span { border-color: #3801D5; }
span { border-color: rgb(56,1,213); }
td.TdClassName
{
border-color: #3801D5;
}
.TagClassName
{
border-color: #3801D5;
}
</style>