Shades of Han Purple #3304DF
Tints of Han Purple #3304DF
RGB
CMYK
RGB Variations
Color information
#3304DF (or 0x3304DF) is known color: Han Purple. HEX triplet: 33, 04 and DF. RGB value is (51,4,223). Sum of RGB (Red+Green+Blue) = 51+4+223=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 223 (87.5% from 255 or 80.22% from 278); Max value from RGB is 223 - color contains mainly: blue. Hex color #3304DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3304DF is #CCFB20. Grayscale: #2A2A2A. Windows color (decimal): -13433633 or 14615603. OLE color: 14615603.
HSL color Cylindrical-coordinate representation of color #3304DF: hue angle of 252.88º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3304DF is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 4 | 223 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.13 |
| HSL | 252.88º | 0.96% | 0.45% | - |
| HSV(B) | 252.88º | 0.98% | 0.87% | - |
| XYZ | 14.73 | 6.12 | 70.22 | - |
| YUV | 43.02 | 229.57 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 223 | 0.77 | 0.98 | 0 | 0.13 | 252.88 | 0.96 | 0.45 |
| Hex | 33 | 4 | DF | 4D | 62 | 0 | D | FD | 60 | 2D |
| Octal | 63 | 4 | 337 | 115 | 142 | 0 | 15 | 375 | 140 | 55 |
| Binary | 110011 | 100 | 11011111 | 1001101 | 1100010 | 0 | 1101 | 11111101 | 1100000 | 101101 |
Color Harmonies of #3304DF
Complementary color
Monochromatic Colors of #3304DF
Black with #3304DF
Text Example
Text Example
White with #3304DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3304DF; }
p { color: rgb(51,4,223); }
H1.HeaderClassName
{
color: #3304DF;
}
.AnyTagClassName
{
color: #3304DF;
}
</style>
background-color css
<style>
a { background-color: #3304DF; }
a { background-color: rgb(51,4,223); }
div.DivClassName
{
background-color: #3304DF;
}
.BgClassName
{
background-color: #3304DF;
}
</style>
border-color css
<style>
span { border-color: #3304DF; }
span { border-color: rgb(51,4,223); }
td.TdClassName
{
border-color: #3304DF;
}
.TagClassName
{
border-color: #3304DF;
}
</style>