Shades of Han Purple #3A05DB
Tints of Han Purple #3A05DB
RGB
CMYK
RGB Variations
Color information
#3A05DB (or 0x3A05DB) is known color: Han Purple. HEX triplet: 3A, 05 and DB. RGB value is (58,5,219). Sum of RGB (Red+Green+Blue) = 58+5+219=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A05DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A05DB is #C5FA24. Grayscale: #2C2C2C. Windows color (decimal): -12974629 or 14353722. OLE color: 14353722.
HSL color Cylindrical-coordinate representation of color #3A05DB: hue angle of 254.86º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A05DB is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 5 | 219 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.14 |
| HSL | 254.86º | 0.96% | 0.44% | - |
| HSV(B) | 254.86º | 0.98% | 0.86% | - |
| XYZ | 14.59 | 6.12 | 67.43 | - |
| YUV | 45.24 | 226.06 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 219 | 0.74 | 0.98 | 0 | 0.14 | 254.86 | 0.96 | 0.44 |
| Hex | 3A | 5 | DB | 4A | 62 | 0 | E | FF | 60 | 2C |
| Octal | 72 | 5 | 333 | 112 | 142 | 0 | 16 | 377 | 140 | 54 |
| Binary | 111010 | 101 | 11011011 | 1001010 | 1100010 | 0 | 1110 | 11111111 | 1100000 | 101100 |
Color Harmonies of #3A05DB
Complementary color
Monochromatic Colors of #3A05DB
Black with #3A05DB
Text Example
Text Example
White with #3A05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A05DB; }
p { color: rgb(58,5,219); }
H1.HeaderClassName
{
color: #3A05DB;
}
.AnyTagClassName
{
color: #3A05DB;
}
</style>
background-color css
<style>
a { background-color: #3A05DB; }
a { background-color: rgb(58,5,219); }
div.DivClassName
{
background-color: #3A05DB;
}
.BgClassName
{
background-color: #3A05DB;
}
</style>
border-color css
<style>
span { border-color: #3A05DB; }
span { border-color: rgb(58,5,219); }
td.TdClassName
{
border-color: #3A05DB;
}
.TagClassName
{
border-color: #3A05DB;
}
</style>