Shades of Han Purple #3A06DB
Tints of Han Purple #3A06DB
RGB
CMYK
RGB Variations
Color information
#3A06DB (or 0x3A06DB) is known color: Han Purple. HEX triplet: 3A, 06 and DB. RGB value is (58,6,219). Sum of RGB (Red+Green+Blue) = 58+6+219=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A06DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A06DB is #C5F924. Grayscale: #2D2D2D. Windows color (decimal): -12974373 or 14353978. OLE color: 14353978.
HSL color Cylindrical-coordinate representation of color #3A06DB: hue angle of 254.65º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A06DB is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 6 | 219 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.14 |
| HSL | 254.65º | 0.95% | 0.44% | - |
| HSV(B) | 254.65º | 0.97% | 0.86% | - |
| XYZ | 14.6 | 6.14 | 67.43 | - |
| YUV | 45.83 | 225.73 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 6 | 219 | 0.74 | 0.97 | 0 | 0.14 | 254.65 | 0.95 | 0.44 |
| Hex | 3A | 6 | DB | 4A | 61 | 0 | E | FF | 5F | 2C |
| Octal | 72 | 6 | 333 | 112 | 141 | 0 | 16 | 377 | 137 | 54 |
| Binary | 111010 | 110 | 11011011 | 1001010 | 1100001 | 0 | 1110 | 11111111 | 1011111 | 101100 |
Color Harmonies of #3A06DB
Complementary color
Monochromatic Colors of #3A06DB
Black with #3A06DB
Text Example
Text Example
White with #3A06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A06DB; }
p { color: rgb(58,6,219); }
H1.HeaderClassName
{
color: #3A06DB;
}
.AnyTagClassName
{
color: #3A06DB;
}
</style>
background-color css
<style>
a { background-color: #3A06DB; }
a { background-color: rgb(58,6,219); }
div.DivClassName
{
background-color: #3A06DB;
}
.BgClassName
{
background-color: #3A06DB;
}
</style>
border-color css
<style>
span { border-color: #3A06DB; }
span { border-color: rgb(58,6,219); }
td.TdClassName
{
border-color: #3A06DB;
}
.TagClassName
{
border-color: #3A06DB;
}
</style>