Shades of Han Purple #3B09C9
Tints of Han Purple #3B09C9
RGB
CMYK
RGB Variations
Color information
#3B09C9 (or 0x3B09C9) is known color: Han Purple. HEX triplet: 3B, 09 and C9. RGB value is (59,9,201). Sum of RGB (Red+Green+Blue) = 59+9+201=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 201 (78.91% from 255 or 74.72% from 269); Max value from RGB is 201 - color contains mainly: blue. Hex color #3B09C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B09C9 is #C4F636. Grayscale: #2D2D2D. Windows color (decimal): -12908087 or 13175099. OLE color: 13175099.
HSL color Cylindrical-coordinate representation of color #3B09C9: hue angle of 255.62º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B09C9 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 9 | 201 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.21 |
| HSL | 255.63º | 0.91% | 0.41% | - |
| HSV(B) | 255.63º | 0.96% | 0.79% | - |
| XYZ | 12.44 | 5.34 | 55.63 | - |
| YUV | 45.84 | 215.57 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 9 | 201 | 0.71 | 0.96 | 0 | 0.21 | 255.63 | 0.91 | 0.41 |
| Hex | 3B | 9 | C9 | 47 | 60 | 0 | 15 | 100 | 5B | 29 |
| Octal | 73 | 11 | 311 | 107 | 140 | 0 | 25 | 400 | 133 | 51 |
| Binary | 111011 | 1001 | 11001001 | 1000111 | 1100000 | 0 | 10101 | 100000000 | 1011011 | 101001 |
Color Harmonies of #3B09C9
Complementary color
Monochromatic Colors of #3B09C9
Black with #3B09C9
Text Example
Text Example
White with #3B09C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B09C9; }
p { color: rgb(59,9,201); }
H1.HeaderClassName
{
color: #3B09C9;
}
.AnyTagClassName
{
color: #3B09C9;
}
</style>
background-color css
<style>
a { background-color: #3B09C9; }
a { background-color: rgb(59,9,201); }
div.DivClassName
{
background-color: #3B09C9;
}
.BgClassName
{
background-color: #3B09C9;
}
</style>
border-color css
<style>
span { border-color: #3B09C9; }
span { border-color: rgb(59,9,201); }
td.TdClassName
{
border-color: #3B09C9;
}
.TagClassName
{
border-color: #3B09C9;
}
</style>