Shades of Han Purple #3A02DB
Tints of Han Purple #3A02DB
RGB
CMYK
RGB Variations
Color information
#3A02DB (or 0x3A02DB) is known color: Han Purple. HEX triplet: 3A, 02 and DB. RGB value is (58,2,219). Sum of RGB (Red+Green+Blue) = 58+2+219=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 219 (85.94% from 255 or 78.49% from 279); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A02DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A02DB is #C5FD24. Grayscale: #2A2A2A. Windows color (decimal): -12975397 or 14352954. OLE color: 14352954.
HSL color Cylindrical-coordinate representation of color #3A02DB: hue angle of 255.48º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A02DB is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 2 | 219 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.14 |
| HSL | 255.48º | 0.98% | 0.43% | - |
| HSV(B) | 255.48º | 0.99% | 0.86% | - |
| XYZ | 14.55 | 6.06 | 67.42 | - |
| YUV | 43.48 | 227.05 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 219 | 0.74 | 0.99 | 0 | 0.14 | 255.48 | 0.98 | 0.43 |
| Hex | 3A | 2 | DB | 4A | 63 | 0 | E | FF | 62 | 2B |
| Octal | 72 | 2 | 333 | 112 | 143 | 0 | 16 | 377 | 142 | 53 |
| Binary | 111010 | 10 | 11011011 | 1001010 | 1100011 | 0 | 1110 | 11111111 | 1100010 | 101011 |
Color Harmonies of #3A02DB
Complementary color
Monochromatic Colors of #3A02DB
Black with #3A02DB
Text Example
Text Example
White with #3A02DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A02DB; }
p { color: rgb(58,2,219); }
H1.HeaderClassName
{
color: #3A02DB;
}
.AnyTagClassName
{
color: #3A02DB;
}
</style>
background-color css
<style>
a { background-color: #3A02DB; }
a { background-color: rgb(58,2,219); }
div.DivClassName
{
background-color: #3A02DB;
}
.BgClassName
{
background-color: #3A02DB;
}
</style>
border-color css
<style>
span { border-color: #3A02DB; }
span { border-color: rgb(58,2,219); }
td.TdClassName
{
border-color: #3A02DB;
}
.TagClassName
{
border-color: #3A02DB;
}
</style>