Shades of Han Purple #3B0DCF
Tints of Han Purple #3B0DCF
RGB
CMYK
RGB Variations
Color information
#3B0DCF (or 0x3B0DCF) is known color: Han Purple. HEX triplet: 3B, 0D and CF. RGB value is (59,13,207). Sum of RGB (Red+Green+Blue) = 59+13+207=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #3B0DCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0DCF is #C4F230. Grayscale: #303030. Windows color (decimal): -12907057 or 13569339. OLE color: 13569339.
HSL color Cylindrical-coordinate representation of color #3B0DCF: hue angle of 254.23º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0DCF is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 13 | 207 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.19 |
| HSL | 254.23º | 0.88% | 0.43% | - |
| HSV(B) | 254.23º | 0.94% | 0.81% | - |
| XYZ | 13.21 | 5.72 | 59.44 | - |
| YUV | 48.87 | 217.24 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 13 | 207 | 0.71 | 0.94 | 0 | 0.19 | 254.23 | 0.88 | 0.43 |
| Hex | 3B | D | CF | 47 | 5E | 0 | 13 | FE | 58 | 2B |
| Octal | 73 | 15 | 317 | 107 | 136 | 0 | 23 | 376 | 130 | 53 |
| Binary | 111011 | 1101 | 11001111 | 1000111 | 1011110 | 0 | 10011 | 11111110 | 1011000 | 101011 |
Color Harmonies of #3B0DCF
Complementary color
Monochromatic Colors of #3B0DCF
Black with #3B0DCF
Text Example
Text Example
White with #3B0DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0DCF; }
p { color: rgb(59,13,207); }
H1.HeaderClassName
{
color: #3B0DCF;
}
.AnyTagClassName
{
color: #3B0DCF;
}
</style>
background-color css
<style>
a { background-color: #3B0DCF; }
a { background-color: rgb(59,13,207); }
div.DivClassName
{
background-color: #3B0DCF;
}
.BgClassName
{
background-color: #3B0DCF;
}
</style>
border-color css
<style>
span { border-color: #3B0DCF; }
span { border-color: rgb(59,13,207); }
td.TdClassName
{
border-color: #3B0DCF;
}
.TagClassName
{
border-color: #3B0DCF;
}
</style>