Shades of Han Purple #330BDF
Tints of Han Purple #330BDF
RGB
CMYK
RGB Variations
Color information
#330BDF (or 0x330BDF) is known color: Han Purple. HEX triplet: 33, 0B and DF. RGB value is (51,11,223). Sum of RGB (Red+Green+Blue) = 51+11+223=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 223 (87.5% from 255 or 78.25% from 285); Max value from RGB is 223 - color contains mainly: blue. Hex color #330BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330BDF is #CCF420. Grayscale: #2E2E2E. Windows color (decimal): -13431841 or 14617395. OLE color: 14617395.
HSL color Cylindrical-coordinate representation of color #330BDF: hue angle of 251.32º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330BDF is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 11 | 223 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.13 |
| HSL | 251.32º | 0.91% | 0.46% | - |
| HSV(B) | 251.32º | 0.95% | 0.87% | - |
| XYZ | 14.8 | 6.27 | 70.24 | - |
| YUV | 47.13 | 227.25 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 223 | 0.77 | 0.95 | 0 | 0.13 | 251.32 | 0.91 | 0.46 |
| Hex | 33 | B | DF | 4D | 5F | 0 | D | FB | 5B | 2E |
| Octal | 63 | 13 | 337 | 115 | 137 | 0 | 15 | 373 | 133 | 56 |
| Binary | 110011 | 1011 | 11011111 | 1001101 | 1011111 | 0 | 1101 | 11111011 | 1011011 | 101110 |
Color Harmonies of #330BDF
Complementary color
Monochromatic Colors of #330BDF
Black with #330BDF
Text Example
Text Example
White with #330BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330BDF; }
p { color: rgb(51,11,223); }
H1.HeaderClassName
{
color: #330BDF;
}
.AnyTagClassName
{
color: #330BDF;
}
</style>
background-color css
<style>
a { background-color: #330BDF; }
a { background-color: rgb(51,11,223); }
div.DivClassName
{
background-color: #330BDF;
}
.BgClassName
{
background-color: #330BDF;
}
</style>
border-color css
<style>
span { border-color: #330BDF; }
span { border-color: rgb(51,11,223); }
td.TdClassName
{
border-color: #330BDF;
}
.TagClassName
{
border-color: #330BDF;
}
</style>