Shades of Han Purple #3002DB
Tints of Han Purple #3002DB
RGB
CMYK
RGB Variations
Color information
#3002DB (or 0x3002DB) is known color: Han Purple. HEX triplet: 30, 02 and DB. RGB value is (48,2,219). Sum of RGB (Red+Green+Blue) = 48+2+219=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #3002DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3002DB is #CFFD24. Grayscale: #272727. Windows color (decimal): -13630757 or 14352944. OLE color: 14352944.
HSL color Cylindrical-coordinate representation of color #3002DB: hue angle of 252.72º 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 #3002DB is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 2 | 219 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.14 |
| HSL | 252.72º | 0.98% | 0.43% | - |
| HSV(B) | 252.72º | 0.99% | 0.86% | - |
| XYZ | 14.03 | 5.79 | 67.4 | - |
| YUV | 40.49 | 228.74 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 219 | 0.78 | 0.99 | 0 | 0.14 | 252.72 | 0.98 | 0.43 |
| Hex | 30 | 2 | DB | 4E | 63 | 0 | E | FD | 62 | 2B |
| Octal | 60 | 2 | 333 | 116 | 143 | 0 | 16 | 375 | 142 | 53 |
| Binary | 110000 | 10 | 11011011 | 1001110 | 1100011 | 0 | 1110 | 11111101 | 1100010 | 101011 |
Color Harmonies of #3002DB
Complementary color
Monochromatic Colors of #3002DB
Black with #3002DB
Text Example
Text Example
White with #3002DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3002DB; }
p { color: rgb(48,2,219); }
H1.HeaderClassName
{
color: #3002DB;
}
.AnyTagClassName
{
color: #3002DB;
}
</style>
background-color css
<style>
a { background-color: #3002DB; }
a { background-color: rgb(48,2,219); }
div.DivClassName
{
background-color: #3002DB;
}
.BgClassName
{
background-color: #3002DB;
}
</style>
border-color css
<style>
span { border-color: #3002DB; }
span { border-color: rgb(48,2,219); }
td.TdClassName
{
border-color: #3002DB;
}
.TagClassName
{
border-color: #3002DB;
}
</style>