Shades of Han Purple #330DD4
Tints of Han Purple #330DD4
RGB
CMYK
RGB Variations
Color information
#330DD4 (or 0x330DD4) is known color: Han Purple. HEX triplet: 33, 0D and D4. RGB value is (51,13,212). Sum of RGB (Red+Green+Blue) = 51+13+212=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 212 (83.20% from 255 or 76.81% from 276); Max value from RGB is 212 - color contains mainly: blue. Hex color #330DD4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330DD4 is #CCF22B. Grayscale: #2E2E2E. Windows color (decimal): -13431340 or 13897011. OLE color: 13897011.
HSL color Cylindrical-coordinate representation of color #330DD4: hue angle of 251.46º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330DD4 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 13 | 212 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.17 |
| HSL | 251.46º | 0.88% | 0.44% | - |
| HSV(B) | 251.46º | 0.94% | 0.83% | - |
| XYZ | 13.39 | 5.75 | 62.69 | - |
| YUV | 47.05 | 221.09 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 212 | 0.76 | 0.94 | 0 | 0.17 | 251.46 | 0.88 | 0.44 |
| Hex | 33 | D | D4 | 4C | 5E | 0 | 11 | FB | 58 | 2C |
| Octal | 63 | 15 | 324 | 114 | 136 | 0 | 21 | 373 | 130 | 54 |
| Binary | 110011 | 1101 | 11010100 | 1001100 | 1011110 | 0 | 10001 | 11111011 | 1011000 | 101100 |
Color Harmonies of #330DD4
Complementary color
Monochromatic Colors of #330DD4
Black with #330DD4
Text Example
Text Example
White with #330DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330DD4; }
p { color: rgb(51,13,212); }
H1.HeaderClassName
{
color: #330DD4;
}
.AnyTagClassName
{
color: #330DD4;
}
</style>
background-color css
<style>
a { background-color: #330DD4; }
a { background-color: rgb(51,13,212); }
div.DivClassName
{
background-color: #330DD4;
}
.BgClassName
{
background-color: #330DD4;
}
</style>
border-color css
<style>
span { border-color: #330DD4; }
span { border-color: rgb(51,13,212); }
td.TdClassName
{
border-color: #330DD4;
}
.TagClassName
{
border-color: #330DD4;
}
</style>