Shades of Han Purple #3B19DF
Tints of Han Purple #3B19DF
RGB
CMYK
RGB Variations
Color information
#3B19DF (or 0x3B19DF) is known color: Han Purple. HEX triplet: 3B, 19 and DF. RGB value is (59,25,223). Sum of RGB (Red+Green+Blue) = 59+25+223=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B19DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B19DF is #C4E620. Grayscale: #383838. Windows color (decimal): -12903969 or 14620987. OLE color: 14620987.
HSL color Cylindrical-coordinate representation of color #3B19DF: hue angle of 250.3º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B19DF is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 25 | 223 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.13 |
| HSL | 250.3º | 0.8% | 0.49% | - |
| HSV(B) | 250.3º | 0.89% | 0.87% | - |
| XYZ | 15.47 | 6.95 | 70.34 | - |
| YUV | 57.74 | 221.26 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 223 | 0.74 | 0.89 | 0 | 0.13 | 250.3 | 0.8 | 0.49 |
| Hex | 3B | 19 | DF | 4A | 59 | 0 | D | FA | 50 | 31 |
| Octal | 73 | 31 | 337 | 112 | 131 | 0 | 15 | 372 | 120 | 61 |
| Binary | 111011 | 11001 | 11011111 | 1001010 | 1011001 | 0 | 1101 | 11111010 | 1010000 | 110001 |
Color Harmonies of #3B19DF
Complementary color
Monochromatic Colors of #3B19DF
Black with #3B19DF
Text Example
Text Example
White with #3B19DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B19DF; }
p { color: rgb(59,25,223); }
H1.HeaderClassName
{
color: #3B19DF;
}
.AnyTagClassName
{
color: #3B19DF;
}
</style>
background-color css
<style>
a { background-color: #3B19DF; }
a { background-color: rgb(59,25,223); }
div.DivClassName
{
background-color: #3B19DF;
}
.BgClassName
{
background-color: #3B19DF;
}
</style>
border-color css
<style>
span { border-color: #3B19DF; }
span { border-color: rgb(59,25,223); }
td.TdClassName
{
border-color: #3B19DF;
}
.TagClassName
{
border-color: #3B19DF;
}
</style>