Shades of Han Purple #3005DB
Tints of Han Purple #3005DB
RGB
CMYK
RGB Variations
Color information
#3005DB (or 0x3005DB) is known color: Han Purple. HEX triplet: 30, 05 and DB. RGB value is (48,5,219). Sum of RGB (Red+Green+Blue) = 48+5+219=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 219 (85.94% from 255 or 80.51% from 272); Max value from RGB is 219 - color contains mainly: blue. Hex color #3005DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3005DB is #CFFA24. Grayscale: #292929. Windows color (decimal): -13629989 or 14353712. OLE color: 14353712.
HSL color Cylindrical-coordinate representation of color #3005DB: hue angle of 252.06º 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 #3005DB is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 5 | 219 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.14 |
| HSL | 252.06º | 0.96% | 0.44% | - |
| HSV(B) | 252.06º | 0.98% | 0.86% | - |
| XYZ | 14.06 | 5.85 | 67.41 | - |
| YUV | 42.25 | 227.75 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 219 | 0.78 | 0.98 | 0 | 0.14 | 252.06 | 0.96 | 0.44 |
| Hex | 30 | 5 | DB | 4E | 62 | 0 | E | FC | 60 | 2C |
| Octal | 60 | 5 | 333 | 116 | 142 | 0 | 16 | 374 | 140 | 54 |
| Binary | 110000 | 101 | 11011011 | 1001110 | 1100010 | 0 | 1110 | 11111100 | 1100000 | 101100 |
Color Harmonies of #3005DB
Complementary color
Monochromatic Colors of #3005DB
Black with #3005DB
Text Example
Text Example
White with #3005DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3005DB; }
p { color: rgb(48,5,219); }
H1.HeaderClassName
{
color: #3005DB;
}
.AnyTagClassName
{
color: #3005DB;
}
</style>
background-color css
<style>
a { background-color: #3005DB; }
a { background-color: rgb(48,5,219); }
div.DivClassName
{
background-color: #3005DB;
}
.BgClassName
{
background-color: #3005DB;
}
</style>
border-color css
<style>
span { border-color: #3005DB; }
span { border-color: rgb(48,5,219); }
td.TdClassName
{
border-color: #3005DB;
}
.TagClassName
{
border-color: #3005DB;
}
</style>