Shades of Han Purple #3B13DF
Tints of Han Purple #3B13DF
RGB
CMYK
RGB Variations
Color information
#3B13DF (or 0x3B13DF) is known color: Han Purple. HEX triplet: 3B, 13 and DF. RGB value is (59,19,223). Sum of RGB (Red+Green+Blue) = 59+19+223=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B13DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B13DF is #C4EC20. Grayscale: #353535. Windows color (decimal): -12905505 or 14619451. OLE color: 14619451.
HSL color Cylindrical-coordinate representation of color #3B13DF: hue angle of 251.76º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B13DF is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 19 | 223 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.13 |
| HSL | 251.76º | 0.84% | 0.47% | - |
| HSV(B) | 251.76º | 0.91% | 0.87% | - |
| XYZ | 15.36 | 6.72 | 70.3 | - |
| YUV | 54.22 | 223.25 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 19 | 223 | 0.74 | 0.91 | 0 | 0.13 | 251.76 | 0.84 | 0.47 |
| Hex | 3B | 13 | DF | 4A | 5B | 0 | D | FC | 54 | 2F |
| Octal | 73 | 23 | 337 | 112 | 133 | 0 | 15 | 374 | 124 | 57 |
| Binary | 111011 | 10011 | 11011111 | 1001010 | 1011011 | 0 | 1101 | 11111100 | 1010100 | 101111 |
Color Harmonies of #3B13DF
Complementary color
Monochromatic Colors of #3B13DF
Black with #3B13DF
Text Example
Text Example
White with #3B13DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B13DF; }
p { color: rgb(59,19,223); }
H1.HeaderClassName
{
color: #3B13DF;
}
.AnyTagClassName
{
color: #3B13DF;
}
</style>
background-color css
<style>
a { background-color: #3B13DF; }
a { background-color: rgb(59,19,223); }
div.DivClassName
{
background-color: #3B13DF;
}
.BgClassName
{
background-color: #3B13DF;
}
</style>
border-color css
<style>
span { border-color: #3B13DF; }
span { border-color: rgb(59,19,223); }
td.TdClassName
{
border-color: #3B13DF;
}
.TagClassName
{
border-color: #3B13DF;
}
</style>