Shades of Han Purple #3A08DB
Tints of Han Purple #3A08DB
RGB
CMYK
RGB Variations
Color information
#3A08DB (or 0x3A08DB) is known color: Han Purple. HEX triplet: 3A, 08 and DB. RGB value is (58,8,219). Sum of RGB (Red+Green+Blue) = 58+8+219=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A08DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A08DB is #C5F724. Grayscale: #2E2E2E. Windows color (decimal): -12973861 or 14354490. OLE color: 14354490.
HSL color Cylindrical-coordinate representation of color #3A08DB: hue angle of 254.22º degrees, saturation: 0.93, 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 #3A08DB is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 8 | 219 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.14 |
| HSL | 254.22º | 0.93% | 0.45% | - |
| HSV(B) | 254.22º | 0.96% | 0.86% | - |
| XYZ | 14.62 | 6.19 | 67.44 | - |
| YUV | 47 | 225.07 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 219 | 0.74 | 0.96 | 0 | 0.14 | 254.22 | 0.93 | 0.45 |
| Hex | 3A | 8 | DB | 4A | 60 | 0 | E | FE | 5D | 2D |
| Octal | 72 | 10 | 333 | 112 | 140 | 0 | 16 | 376 | 135 | 55 |
| Binary | 111010 | 1000 | 11011011 | 1001010 | 1100000 | 0 | 1110 | 11111110 | 1011101 | 101101 |
Color Harmonies of #3A08DB
Complementary color
Monochromatic Colors of #3A08DB
Black with #3A08DB
Text Example
Text Example
White with #3A08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A08DB; }
p { color: rgb(58,8,219); }
H1.HeaderClassName
{
color: #3A08DB;
}
.AnyTagClassName
{
color: #3A08DB;
}
</style>
background-color css
<style>
a { background-color: #3A08DB; }
a { background-color: rgb(58,8,219); }
div.DivClassName
{
background-color: #3A08DB;
}
.BgClassName
{
background-color: #3A08DB;
}
</style>
border-color css
<style>
span { border-color: #3A08DB; }
span { border-color: rgb(58,8,219); }
td.TdClassName
{
border-color: #3A08DB;
}
.TagClassName
{
border-color: #3A08DB;
}
</style>