Shades of Han Purple #330BFD
Tints of Han Purple #330BFD
RGB
CMYK
RGB Variations
Color information
#330BFD (or 0x330BFD) is known color: Han Purple. HEX triplet: 33, 0B and FD. RGB value is (51,11,253). Sum of RGB (Red+Green+Blue) = 51+11+253=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 253 (99.22% from 255 or 80.32% from 315); Max value from RGB is 253 - color contains mainly: blue. Hex color #330BFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330BFD is #CCF402. Grayscale: #313131. Windows color (decimal): -13431811 or 16583475. OLE color: 16583475.
HSL color Cylindrical-coordinate representation of color #330BFD: hue angle of 249.92º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330BFD is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 11 | 253 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.01 |
| HSL | 249.92º | 0.98% | 0.52% | - |
| HSV(B) | 249.92º | 0.96% | 0.99% | - |
| XYZ | 19.21 | 8.04 | 93.47 | - |
| YUV | 50.55 | 242.25 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 253 | 0.80 | 0.96 | 0 | 0.01 | 249.92 | 0.98 | 0.52 |
| Hex | 33 | B | FD | 50 | 60 | 0 | 1 | FA | 62 | 34 |
| Octal | 63 | 13 | 375 | 120 | 140 | 0 | 1 | 372 | 142 | 64 |
| Binary | 110011 | 1011 | 11111101 | 1010000 | 1100000 | 0 | 1 | 11111010 | 1100010 | 110100 |
Color Harmonies of #330BFD
Complementary color
Monochromatic Colors of #330BFD
Black with #330BFD
Text Example
Text Example
White with #330BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330BFD; }
p { color: rgb(51,11,253); }
H1.HeaderClassName
{
color: #330BFD;
}
.AnyTagClassName
{
color: #330BFD;
}
</style>
background-color css
<style>
a { background-color: #330BFD; }
a { background-color: rgb(51,11,253); }
div.DivClassName
{
background-color: #330BFD;
}
.BgClassName
{
background-color: #330BFD;
}
</style>
border-color css
<style>
span { border-color: #330BFD; }
span { border-color: rgb(51,11,253); }
td.TdClassName
{
border-color: #330BFD;
}
.TagClassName
{
border-color: #330BFD;
}
</style>