Shades of Han Purple #3305FF
Tints of Han Purple #3305FF
RGB
CMYK
RGB Variations
Color information
#3305FF (or 0x3305FF) is known color: Han Purple. HEX triplet: 33, 05 and FF. RGB value is (51,5,255). Sum of RGB (Red+Green+Blue) = 51+5+255=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 255 (100% from 255 or 81.99% from 311); Max value from RGB is 255 - color contains mainly: blue. Hex color #3305FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3305FF is #CCFA00. Grayscale: #2E2E2E. Windows color (decimal): -13433345 or 16713011. OLE color: 16713011.
HSL color Cylindrical-coordinate representation of color #3305FF: hue angle of 251.04º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3305FF is Cyan = 0.8, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 5 | 255 | - |
| CMYK | 0.8 | 0.98 | 0 | 0 |
| HSL | 251.04º | 1% | 0.51% | - |
| HSV(B) | 251.04º | 0.98% | 1% | - |
| XYZ | 19.47 | 8.03 | 95.13 | - |
| YUV | 47.25 | 245.24 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 255 | 0.8 | 0.98 | 0 | 0 | 251.04 | 1 | 0.51 |
| Hex | 33 | 5 | FF | 50 | 62 | 0 | 0 | FB | 64 | 33 |
| Octal | 63 | 5 | 377 | 120 | 142 | 0 | 0 | 373 | 144 | 63 |
| Binary | 110011 | 101 | 11111111 | 1010000 | 1100010 | 0 | 0 | 11111011 | 1100100 | 110011 |
Color Harmonies of #3305FF
Complementary color
Monochromatic Colors of #3305FF
Black with #3305FF
Text Example
Text Example
White with #3305FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3305FF; }
p { color: rgb(51,5,255); }
H1.HeaderClassName
{
color: #3305FF;
}
.AnyTagClassName
{
color: #3305FF;
}
</style>
background-color css
<style>
a { background-color: #3305FF; }
a { background-color: rgb(51,5,255); }
div.DivClassName
{
background-color: #3305FF;
}
.BgClassName
{
background-color: #3305FF;
}
</style>
border-color css
<style>
span { border-color: #3305FF; }
span { border-color: rgb(51,5,255); }
td.TdClassName
{
border-color: #3305FF;
}
.TagClassName
{
border-color: #3305FF;
}
</style>