Shades of Han Purple #330BDD
Tints of Han Purple #330BDD
RGB
CMYK
RGB Variations
Color information
#330BDD (or 0x330BDD) is known color: Han Purple. HEX triplet: 33, 0B and DD. RGB value is (51,11,221). Sum of RGB (Red+Green+Blue) = 51+11+221=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 221 (86.72% from 255 or 78.09% from 283); Max value from RGB is 221 - color contains mainly: blue. Hex color #330BDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330BDD is #CCF422. Grayscale: #2E2E2E. Windows color (decimal): -13431843 or 14486323. OLE color: 14486323.
HSL color Cylindrical-coordinate representation of color #330BDD: hue angle of 251.43º 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 #330BDD is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 11 | 221 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.13 |
| HSL | 251.43º | 0.91% | 0.45% | - |
| HSV(B) | 251.43º | 0.95% | 0.87% | - |
| XYZ | 14.54 | 6.16 | 68.83 | - |
| YUV | 46.9 | 226.25 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 221 | 0.77 | 0.95 | 0 | 0.13 | 251.43 | 0.91 | 0.45 |
| Hex | 33 | B | DD | 4D | 5F | 0 | D | FB | 5B | 2D |
| Octal | 63 | 13 | 335 | 115 | 137 | 0 | 15 | 373 | 133 | 55 |
| Binary | 110011 | 1011 | 11011101 | 1001101 | 1011111 | 0 | 1101 | 11111011 | 1011011 | 101101 |
Color Harmonies of #330BDD
Complementary color
Monochromatic Colors of #330BDD
Black with #330BDD
Text Example
Text Example
White with #330BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330BDD; }
p { color: rgb(51,11,221); }
H1.HeaderClassName
{
color: #330BDD;
}
.AnyTagClassName
{
color: #330BDD;
}
</style>
background-color css
<style>
a { background-color: #330BDD; }
a { background-color: rgb(51,11,221); }
div.DivClassName
{
background-color: #330BDD;
}
.BgClassName
{
background-color: #330BDD;
}
</style>
border-color css
<style>
span { border-color: #330BDD; }
span { border-color: rgb(51,11,221); }
td.TdClassName
{
border-color: #330BDD;
}
.TagClassName
{
border-color: #330BDD;
}
</style>