Shades of Han Purple #3B0DDF
Tints of Han Purple #3B0DDF
RGB
CMYK
RGB Variations
Color information
#3B0DDF (or 0x3B0DDF) is known color: Han Purple. HEX triplet: 3B, 0D and DF. RGB value is (59,13,223). Sum of RGB (Red+Green+Blue) = 59+13+223=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 223 (87.5% from 255 or 75.59% from 295); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B0DDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0DDF is #C4F220. Grayscale: #313131. Windows color (decimal): -12907041 or 14617915. OLE color: 14617915.
HSL color Cylindrical-coordinate representation of color #3B0DDF: hue angle of 253.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0DDF is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 13 | 223 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.13 |
| HSL | 253.14º | 0.89% | 0.46% | - |
| HSV(B) | 253.14º | 0.94% | 0.87% | - |
| XYZ | 15.27 | 6.55 | 70.27 | - |
| YUV | 50.69 | 225.24 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 13 | 223 | 0.74 | 0.94 | 0 | 0.13 | 253.14 | 0.89 | 0.46 |
| Hex | 3B | D | DF | 4A | 5E | 0 | D | FD | 59 | 2E |
| Octal | 73 | 15 | 337 | 112 | 136 | 0 | 15 | 375 | 131 | 56 |
| Binary | 111011 | 1101 | 11011111 | 1001010 | 1011110 | 0 | 1101 | 11111101 | 1011001 | 101110 |
Color Harmonies of #3B0DDF
Complementary color
Monochromatic Colors of #3B0DDF
Black with #3B0DDF
Text Example
Text Example
White with #3B0DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0DDF; }
p { color: rgb(59,13,223); }
H1.HeaderClassName
{
color: #3B0DDF;
}
.AnyTagClassName
{
color: #3B0DDF;
}
</style>
background-color css
<style>
a { background-color: #3B0DDF; }
a { background-color: rgb(59,13,223); }
div.DivClassName
{
background-color: #3B0DDF;
}
.BgClassName
{
background-color: #3B0DDF;
}
</style>
border-color css
<style>
span { border-color: #3B0DDF; }
span { border-color: rgb(59,13,223); }
td.TdClassName
{
border-color: #3B0DDF;
}
.TagClassName
{
border-color: #3B0DDF;
}
</style>