Shades of Han Purple #3B09CE
Tints of Han Purple #3B09CE
RGB
CMYK
RGB Variations
Color information
#3B09CE (or 0x3B09CE) is known color: Han Purple. HEX triplet: 3B, 09 and CE. RGB value is (59,9,206). Sum of RGB (Red+Green+Blue) = 59+9+206=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #3B09CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B09CE is #C4F631. Grayscale: #2D2D2D. Windows color (decimal): -12908082 or 13502779. OLE color: 13502779.
HSL color Cylindrical-coordinate representation of color #3B09CE: hue angle of 255.23º degrees, saturation: 0.92, 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 #3B09CE is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 9 | 206 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.19 |
| HSL | 255.23º | 0.92% | 0.42% | - |
| HSV(B) | 255.23º | 0.96% | 0.81% | - |
| XYZ | 13.04 | 5.58 | 58.78 | - |
| YUV | 46.41 | 218.07 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 9 | 206 | 0.71 | 0.96 | 0 | 0.19 | 255.23 | 0.92 | 0.42 |
| Hex | 3B | 9 | CE | 47 | 60 | 0 | 13 | FF | 5C | 2A |
| Octal | 73 | 11 | 316 | 107 | 140 | 0 | 23 | 377 | 134 | 52 |
| Binary | 111011 | 1001 | 11001110 | 1000111 | 1100000 | 0 | 10011 | 11111111 | 1011100 | 101010 |
Color Harmonies of #3B09CE
Complementary color
Monochromatic Colors of #3B09CE
Black with #3B09CE
Text Example
Text Example
White with #3B09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B09CE; }
p { color: rgb(59,9,206); }
H1.HeaderClassName
{
color: #3B09CE;
}
.AnyTagClassName
{
color: #3B09CE;
}
</style>
background-color css
<style>
a { background-color: #3B09CE; }
a { background-color: rgb(59,9,206); }
div.DivClassName
{
background-color: #3B09CE;
}
.BgClassName
{
background-color: #3B09CE;
}
</style>
border-color css
<style>
span { border-color: #3B09CE; }
span { border-color: rgb(59,9,206); }
td.TdClassName
{
border-color: #3B09CE;
}
.TagClassName
{
border-color: #3B09CE;
}
</style>