Shades of Han Purple #3A09DB
Tints of Han Purple #3A09DB
RGB
CMYK
RGB Variations
Color information
#3A09DB (or 0x3A09DB) is known color: Han Purple. HEX triplet: 3A, 09 and DB. RGB value is (58,9,219). Sum of RGB (Red+Green+Blue) = 58+9+219=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A09DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A09DB is #C5F624. Grayscale: #2E2E2E. Windows color (decimal): -12973605 or 14354746. OLE color: 14354746.
HSL color Cylindrical-coordinate representation of color #3A09DB: hue angle of 254º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A09DB is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 9 | 219 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.14 |
| HSL | 254º | 0.92% | 0.45% | - |
| HSV(B) | 254º | 0.96% | 0.86% | - |
| XYZ | 14.63 | 6.21 | 67.45 | - |
| YUV | 47.59 | 224.73 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 219 | 0.74 | 0.96 | 0 | 0.14 | 254 | 0.92 | 0.45 |
| Hex | 3A | 9 | DB | 4A | 60 | 0 | E | FE | 5C | 2D |
| Octal | 72 | 11 | 333 | 112 | 140 | 0 | 16 | 376 | 134 | 55 |
| Binary | 111010 | 1001 | 11011011 | 1001010 | 1100000 | 0 | 1110 | 11111110 | 1011100 | 101101 |
Color Harmonies of #3A09DB
Complementary color
Monochromatic Colors of #3A09DB
Black with #3A09DB
Text Example
Text Example
White with #3A09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A09DB; }
p { color: rgb(58,9,219); }
H1.HeaderClassName
{
color: #3A09DB;
}
.AnyTagClassName
{
color: #3A09DB;
}
</style>
background-color css
<style>
a { background-color: #3A09DB; }
a { background-color: rgb(58,9,219); }
div.DivClassName
{
background-color: #3A09DB;
}
.BgClassName
{
background-color: #3A09DB;
}
</style>
border-color css
<style>
span { border-color: #3A09DB; }
span { border-color: rgb(58,9,219); }
td.TdClassName
{
border-color: #3A09DB;
}
.TagClassName
{
border-color: #3A09DB;
}
</style>