Shades of Han Purple #3008DB
Tints of Han Purple #3008DB
RGB
CMYK
RGB Variations
Color information
#3008DB (or 0x3008DB) is known color: Han Purple. HEX triplet: 30, 08 and DB. RGB value is (48,8,219). Sum of RGB (Red+Green+Blue) = 48+8+219=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #3008DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3008DB is #CFF724. Grayscale: #2B2B2B. Windows color (decimal): -13629221 or 14354480. OLE color: 14354480.
HSL color Cylindrical-coordinate representation of color #3008DB: hue angle of 251.37º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3008DB is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 8 | 219 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.14 |
| HSL | 251.37º | 0.93% | 0.45% | - |
| HSV(B) | 251.37º | 0.96% | 0.86% | - |
| XYZ | 14.09 | 5.92 | 67.42 | - |
| YUV | 44.01 | 226.75 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 8 | 219 | 0.78 | 0.96 | 0 | 0.14 | 251.37 | 0.93 | 0.45 |
| Hex | 30 | 8 | DB | 4E | 60 | 0 | E | FB | 5D | 2D |
| Octal | 60 | 10 | 333 | 116 | 140 | 0 | 16 | 373 | 135 | 55 |
| Binary | 110000 | 1000 | 11011011 | 1001110 | 1100000 | 0 | 1110 | 11111011 | 1011101 | 101101 |
Color Harmonies of #3008DB
Complementary color
Monochromatic Colors of #3008DB
Black with #3008DB
Text Example
Text Example
White with #3008DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3008DB; }
p { color: rgb(48,8,219); }
H1.HeaderClassName
{
color: #3008DB;
}
.AnyTagClassName
{
color: #3008DB;
}
</style>
background-color css
<style>
a { background-color: #3008DB; }
a { background-color: rgb(48,8,219); }
div.DivClassName
{
background-color: #3008DB;
}
.BgClassName
{
background-color: #3008DB;
}
</style>
border-color css
<style>
span { border-color: #3008DB; }
span { border-color: rgb(48,8,219); }
td.TdClassName
{
border-color: #3008DB;
}
.TagClassName
{
border-color: #3008DB;
}
</style>