Shades of Han Purple #3721D5
Tints of Han Purple #3721D5
RGB
CMYK
RGB Variations
Color information
#3721D5 (or 0x3721D5) is known color: Han Purple. HEX triplet: 37, 21 and D5. RGB value is (55,33,213). Sum of RGB (Red+Green+Blue) = 55+33+213=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 213 (83.59% from 255 or 70.76% from 301); Max value from RGB is 213 - color contains mainly: blue. Hex color #3721D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3721D5 is #C8DE2A. Grayscale: #3B3B3B. Windows color (decimal): -13164075 or 13967671. OLE color: 13967671.
HSL color Cylindrical-coordinate representation of color #3721D5: hue angle of 247.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3721D5 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 33 | 213 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.16 |
| HSL | 247.33º | 0.73% | 0.48% | - |
| HSV(B) | 247.33º | 0.85% | 0.84% | - |
| XYZ | 14.13 | 6.7 | 63.5 | - |
| YUV | 60.1 | 214.29 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 213 | 0.74 | 0.85 | 0 | 0.16 | 247.33 | 0.73 | 0.48 |
| Hex | 37 | 21 | D5 | 4A | 55 | 0 | 10 | F7 | 49 | 30 |
| Octal | 67 | 41 | 325 | 112 | 125 | 0 | 20 | 367 | 111 | 60 |
| Binary | 110111 | 100001 | 11010101 | 1001010 | 1010101 | 0 | 10000 | 11110111 | 1001001 | 110000 |
Color Harmonies of #3721D5
Complementary color
Monochromatic Colors of #3721D5
Black with #3721D5
Text Example
Text Example
White with #3721D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3721D5; }
p { color: rgb(55,33,213); }
H1.HeaderClassName
{
color: #3721D5;
}
.AnyTagClassName
{
color: #3721D5;
}
</style>
background-color css
<style>
a { background-color: #3721D5; }
a { background-color: rgb(55,33,213); }
div.DivClassName
{
background-color: #3721D5;
}
.BgClassName
{
background-color: #3721D5;
}
</style>
border-color css
<style>
span { border-color: #3721D5; }
span { border-color: rgb(55,33,213); }
td.TdClassName
{
border-color: #3721D5;
}
.TagClassName
{
border-color: #3721D5;
}
</style>