Shades of Han Purple #330ADD
Tints of Han Purple #330ADD
RGB
CMYK
RGB Variations
Color information
#330ADD (or 0x330ADD) is known color: Han Purple. HEX triplet: 33, 0A and DD. RGB value is (51,10,221). Sum of RGB (Red+Green+Blue) = 51+10+221=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #330ADD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330ADD is #CCF522. Grayscale: #2D2D2D. Windows color (decimal): -13432099 or 14486067. OLE color: 14486067.
HSL color Cylindrical-coordinate representation of color #330ADD: hue angle of 251.66º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330ADD is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 10 | 221 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.13 |
| HSL | 251.66º | 0.91% | 0.45% | - |
| HSV(B) | 251.66º | 0.95% | 0.87% | - |
| XYZ | 14.52 | 6.14 | 68.83 | - |
| YUV | 46.31 | 226.58 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 221 | 0.77 | 0.95 | 0 | 0.13 | 251.66 | 0.91 | 0.45 |
| Hex | 33 | A | DD | 4D | 5F | 0 | D | FC | 5B | 2D |
| Octal | 63 | 12 | 335 | 115 | 137 | 0 | 15 | 374 | 133 | 55 |
| Binary | 110011 | 1010 | 11011101 | 1001101 | 1011111 | 0 | 1101 | 11111100 | 1011011 | 101101 |
Color Harmonies of #330ADD
Complementary color
Monochromatic Colors of #330ADD
Black with #330ADD
Text Example
Text Example
White with #330ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330ADD; }
p { color: rgb(51,10,221); }
H1.HeaderClassName
{
color: #330ADD;
}
.AnyTagClassName
{
color: #330ADD;
}
</style>
background-color css
<style>
a { background-color: #330ADD; }
a { background-color: rgb(51,10,221); }
div.DivClassName
{
background-color: #330ADD;
}
.BgClassName
{
background-color: #330ADD;
}
</style>
border-color css
<style>
span { border-color: #330ADD; }
span { border-color: rgb(51,10,221); }
td.TdClassName
{
border-color: #330ADD;
}
.TagClassName
{
border-color: #330ADD;
}
</style>