Shades of Han Purple #3308DB
Tints of Han Purple #3308DB
RGB
CMYK
RGB Variations
Color information
#3308DB (or 0x3308DB) is known color: Han Purple. HEX triplet: 33, 08 and DB. RGB value is (51,8,219). Sum of RGB (Red+Green+Blue) = 51+8+219=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 219 (85.94% from 255 or 78.78% from 278); Max value from RGB is 219 - color contains mainly: blue. Hex color #3308DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3308DB is #CCF724. Grayscale: #2C2C2C. Windows color (decimal): -13432613 or 14354483. OLE color: 14354483.
HSL color Cylindrical-coordinate representation of color #3308DB: hue angle of 252.23º 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 #3308DB is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 8 | 219 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.14 |
| HSL | 252.23º | 0.93% | 0.45% | - |
| HSV(B) | 252.23º | 0.96% | 0.86% | - |
| XYZ | 14.24 | 5.99 | 67.42 | - |
| YUV | 44.91 | 226.25 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 8 | 219 | 0.77 | 0.96 | 0 | 0.14 | 252.23 | 0.93 | 0.45 |
| Hex | 33 | 8 | DB | 4D | 60 | 0 | E | FC | 5D | 2D |
| Octal | 63 | 10 | 333 | 115 | 140 | 0 | 16 | 374 | 135 | 55 |
| Binary | 110011 | 1000 | 11011011 | 1001101 | 1100000 | 0 | 1110 | 11111100 | 1011101 | 101101 |
Color Harmonies of #3308DB
Complementary color
Monochromatic Colors of #3308DB
Black with #3308DB
Text Example
Text Example
White with #3308DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3308DB; }
p { color: rgb(51,8,219); }
H1.HeaderClassName
{
color: #3308DB;
}
.AnyTagClassName
{
color: #3308DB;
}
</style>
background-color css
<style>
a { background-color: #3308DB; }
a { background-color: rgb(51,8,219); }
div.DivClassName
{
background-color: #3308DB;
}
.BgClassName
{
background-color: #3308DB;
}
</style>
border-color css
<style>
span { border-color: #3308DB; }
span { border-color: rgb(51,8,219); }
td.TdClassName
{
border-color: #3308DB;
}
.TagClassName
{
border-color: #3308DB;
}
</style>