Shades of Han Purple #3B08CF
Tints of Han Purple #3B08CF
RGB
CMYK
RGB Variations
Color information
#3B08CF (or 0x3B08CF) is known color: Han Purple. HEX triplet: 3B, 08 and CF. RGB value is (59,8,207). Sum of RGB (Red+Green+Blue) = 59+8+207=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #3B08CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B08CF is #C4F730. Grayscale: #2D2D2D. Windows color (decimal): -12908337 or 13568059. OLE color: 13568059.
HSL color Cylindrical-coordinate representation of color #3B08CF: hue angle of 255.38º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B08CF is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 8 | 207 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.19 |
| HSL | 255.38º | 0.93% | 0.42% | - |
| HSV(B) | 255.38º | 0.96% | 0.81% | - |
| XYZ | 13.15 | 5.61 | 59.42 | - |
| YUV | 45.94 | 218.9 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 8 | 207 | 0.71 | 0.96 | 0 | 0.19 | 255.38 | 0.93 | 0.42 |
| Hex | 3B | 8 | CF | 47 | 60 | 0 | 13 | FF | 5D | 2A |
| Octal | 73 | 10 | 317 | 107 | 140 | 0 | 23 | 377 | 135 | 52 |
| Binary | 111011 | 1000 | 11001111 | 1000111 | 1100000 | 0 | 10011 | 11111111 | 1011101 | 101010 |
Color Harmonies of #3B08CF
Complementary color
Monochromatic Colors of #3B08CF
Black with #3B08CF
Text Example
Text Example
White with #3B08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B08CF; }
p { color: rgb(59,8,207); }
H1.HeaderClassName
{
color: #3B08CF;
}
.AnyTagClassName
{
color: #3B08CF;
}
</style>
background-color css
<style>
a { background-color: #3B08CF; }
a { background-color: rgb(59,8,207); }
div.DivClassName
{
background-color: #3B08CF;
}
.BgClassName
{
background-color: #3B08CF;
}
</style>
border-color css
<style>
span { border-color: #3B08CF; }
span { border-color: rgb(59,8,207); }
td.TdClassName
{
border-color: #3B08CF;
}
.TagClassName
{
border-color: #3B08CF;
}
</style>