Shades of Han Purple #3A03DB
Tints of Han Purple #3A03DB
RGB
CMYK
RGB Variations
Color information
#3A03DB (or 0x3A03DB) is known color: Han Purple. HEX triplet: 3A, 03 and DB. RGB value is (58,3,219). Sum of RGB (Red+Green+Blue) = 58+3+219=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A03DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A03DB is #C5FC24. Grayscale: #2B2B2B. Windows color (decimal): -12975141 or 14353210. OLE color: 14353210.
HSL color Cylindrical-coordinate representation of color #3A03DB: hue angle of 255.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A03DB is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 3 | 219 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.14 |
| HSL | 255.28º | 0.97% | 0.44% | - |
| HSV(B) | 255.28º | 0.99% | 0.86% | - |
| XYZ | 14.56 | 6.08 | 67.42 | - |
| YUV | 44.07 | 226.72 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 219 | 0.74 | 0.99 | 0 | 0.14 | 255.28 | 0.97 | 0.44 |
| Hex | 3A | 3 | DB | 4A | 63 | 0 | E | FF | 61 | 2C |
| Octal | 72 | 3 | 333 | 112 | 143 | 0 | 16 | 377 | 141 | 54 |
| Binary | 111010 | 11 | 11011011 | 1001010 | 1100011 | 0 | 1110 | 11111111 | 1100001 | 101100 |
Color Harmonies of #3A03DB
Complementary color
Monochromatic Colors of #3A03DB
Black with #3A03DB
Text Example
Text Example
White with #3A03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A03DB; }
p { color: rgb(58,3,219); }
H1.HeaderClassName
{
color: #3A03DB;
}
.AnyTagClassName
{
color: #3A03DB;
}
</style>
background-color css
<style>
a { background-color: #3A03DB; }
a { background-color: rgb(58,3,219); }
div.DivClassName
{
background-color: #3A03DB;
}
.BgClassName
{
background-color: #3A03DB;
}
</style>
border-color css
<style>
span { border-color: #3A03DB; }
span { border-color: rgb(58,3,219); }
td.TdClassName
{
border-color: #3A03DB;
}
.TagClassName
{
border-color: #3A03DB;
}
</style>