Shades of Han Purple #330DF1
Tints of Han Purple #330DF1
RGB
CMYK
RGB Variations
Color information
#330DF1 (or 0x330DF1) is known color: Han Purple. HEX triplet: 33, 0D and F1. RGB value is (51,13,241). Sum of RGB (Red+Green+Blue) = 51+13+241=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 241 (94.53% from 255 or 79.02% from 305); Max value from RGB is 241 - color contains mainly: blue. Hex color #330DF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330DF1 is #CCF20E. Grayscale: #313131. Windows color (decimal): -13431311 or 15797555. OLE color: 15797555.
HSL color Cylindrical-coordinate representation of color #330DF1: hue angle of 250º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330DF1 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 13 | 241 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.05 |
| HSL | 250º | 0.9% | 0.5% | - |
| HSV(B) | 250º | 0.95% | 0.95% | - |
| XYZ | 17.39 | 7.34 | 83.72 | - |
| YUV | 50.35 | 235.59 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 241 | 0.79 | 0.95 | 0 | 0.05 | 250 | 0.9 | 0.5 |
| Hex | 33 | D | F1 | 4F | 5F | 0 | 5 | FA | 5A | 32 |
| Octal | 63 | 15 | 361 | 117 | 137 | 0 | 5 | 372 | 132 | 62 |
| Binary | 110011 | 1101 | 11110001 | 1001111 | 1011111 | 0 | 101 | 11111010 | 1011010 | 110010 |
Color Harmonies of #330DF1
Complementary color
Monochromatic Colors of #330DF1
Black with #330DF1
Text Example
Text Example
White with #330DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330DF1; }
p { color: rgb(51,13,241); }
H1.HeaderClassName
{
color: #330DF1;
}
.AnyTagClassName
{
color: #330DF1;
}
</style>
background-color css
<style>
a { background-color: #330DF1; }
a { background-color: rgb(51,13,241); }
div.DivClassName
{
background-color: #330DF1;
}
.BgClassName
{
background-color: #330DF1;
}
</style>
border-color css
<style>
span { border-color: #330DF1; }
span { border-color: rgb(51,13,241); }
td.TdClassName
{
border-color: #330DF1;
}
.TagClassName
{
border-color: #330DF1;
}
</style>