Shades of Han Purple #3003DB
Tints of Han Purple #3003DB
RGB
CMYK
RGB Variations
Color information
#3003DB (or 0x3003DB) is known color: Han Purple. HEX triplet: 30, 03 and DB. RGB value is (48,3,219). Sum of RGB (Red+Green+Blue) = 48+3+219=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 219 (85.94% from 255 or 81.11% from 270); Max value from RGB is 219 - color contains mainly: blue. Hex color #3003DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3003DB is #CFFC24. Grayscale: #282828. Windows color (decimal): -13630501 or 14353200. OLE color: 14353200.
HSL color Cylindrical-coordinate representation of color #3003DB: hue angle of 252.5º 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 #3003DB is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 3 | 219 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.14 |
| HSL | 252.5º | 0.97% | 0.44% | - |
| HSV(B) | 252.5º | 0.99% | 0.86% | - |
| XYZ | 14.04 | 5.81 | 67.4 | - |
| YUV | 41.08 | 228.41 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 219 | 0.78 | 0.99 | 0 | 0.14 | 252.5 | 0.97 | 0.44 |
| Hex | 30 | 3 | DB | 4E | 63 | 0 | E | FD | 61 | 2C |
| Octal | 60 | 3 | 333 | 116 | 143 | 0 | 16 | 375 | 141 | 54 |
| Binary | 110000 | 11 | 11011011 | 1001110 | 1100011 | 0 | 1110 | 11111101 | 1100001 | 101100 |
Color Harmonies of #3003DB
Complementary color
Monochromatic Colors of #3003DB
Black with #3003DB
Text Example
Text Example
White with #3003DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3003DB; }
p { color: rgb(48,3,219); }
H1.HeaderClassName
{
color: #3003DB;
}
.AnyTagClassName
{
color: #3003DB;
}
</style>
background-color css
<style>
a { background-color: #3003DB; }
a { background-color: rgb(48,3,219); }
div.DivClassName
{
background-color: #3003DB;
}
.BgClassName
{
background-color: #3003DB;
}
</style>
border-color css
<style>
span { border-color: #3003DB; }
span { border-color: rgb(48,3,219); }
td.TdClassName
{
border-color: #3003DB;
}
.TagClassName
{
border-color: #3003DB;
}
</style>