Shades of Han Purple #330BE0
Tints of Han Purple #330BE0
RGB
CMYK
RGB Variations
Color information
#330BE0 (or 0x330BE0) is known color: Han Purple. HEX triplet: 33, 0B and E0. RGB value is (51,11,224). Sum of RGB (Red+Green+Blue) = 51+11+224=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 224 (87.89% from 255 or 78.32% from 286); Max value from RGB is 224 - color contains mainly: blue. Hex color #330BE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330BE0 is #CCF41F. Grayscale: #2E2E2E. Windows color (decimal): -13431840 or 14682931. OLE color: 14682931.
HSL color Cylindrical-coordinate representation of color #330BE0: hue angle of 251.27º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330BE0 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 11 | 224 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.12 |
| HSL | 251.27º | 0.91% | 0.46% | - |
| HSV(B) | 251.27º | 0.95% | 0.88% | - |
| XYZ | 14.94 | 6.32 | 70.95 | - |
| YUV | 47.24 | 227.75 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 224 | 0.77 | 0.95 | 0 | 0.12 | 251.27 | 0.91 | 0.46 |
| Hex | 33 | B | E0 | 4D | 5F | 0 | C | FB | 5B | 2E |
| Octal | 63 | 13 | 340 | 115 | 137 | 0 | 14 | 373 | 133 | 56 |
| Binary | 110011 | 1011 | 11100000 | 1001101 | 1011111 | 0 | 1100 | 11111011 | 1011011 | 101110 |
Color Harmonies of #330BE0
Complementary color
Monochromatic Colors of #330BE0
Black with #330BE0
Text Example
Text Example
White with #330BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330BE0; }
p { color: rgb(51,11,224); }
H1.HeaderClassName
{
color: #330BE0;
}
.AnyTagClassName
{
color: #330BE0;
}
</style>
background-color css
<style>
a { background-color: #330BE0; }
a { background-color: rgb(51,11,224); }
div.DivClassName
{
background-color: #330BE0;
}
.BgClassName
{
background-color: #330BE0;
}
</style>
border-color css
<style>
span { border-color: #330BE0; }
span { border-color: rgb(51,11,224); }
td.TdClassName
{
border-color: #330BE0;
}
.TagClassName
{
border-color: #330BE0;
}
</style>