Shades of Han Purple #3301E1
Tints of Han Purple #3301E1
RGB
CMYK
RGB Variations
Color information
#3301E1 (or 0x3301E1) is known color: Han Purple. HEX triplet: 33, 01 and E1. RGB value is (51,1,225). Sum of RGB (Red+Green+Blue) = 51+1+225=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 225 (88.28% from 255 or 81.23% from 277); Max value from RGB is 225 - color contains mainly: blue. Hex color #3301E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3301E1 is #CCFE1E. Grayscale: #282828. Windows color (decimal): -13434399 or 14745907. OLE color: 14745907.
HSL color Cylindrical-coordinate representation of color #3301E1: hue angle of 253.39º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3301E1 is Cyan = 0.77, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 1 | 225 | - |
| CMYK | 0.77 | 1.00 | 0 | 0.12 |
| HSL | 253.39º | 0.99% | 0.44% | - |
| HSV(B) | 253.39º | 1% | 0.88% | - |
| XYZ | 14.97 | 6.16 | 71.63 | - |
| YUV | 41.49 | 231.57 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 225 | 0.77 | 1.00 | 0 | 0.12 | 253.39 | 0.99 | 0.44 |
| Hex | 33 | 1 | E1 | 4D | 64 | 0 | C | FD | 63 | 2C |
| Octal | 63 | 1 | 341 | 115 | 144 | 0 | 14 | 375 | 143 | 54 |
| Binary | 110011 | 1 | 11100001 | 1001101 | 1100100 | 0 | 1100 | 11111101 | 1100011 | 101100 |
Color Harmonies of #3301E1
Complementary color
Monochromatic Colors of #3301E1
Black with #3301E1
Text Example
Text Example
White with #3301E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3301E1; }
p { color: rgb(51,1,225); }
H1.HeaderClassName
{
color: #3301E1;
}
.AnyTagClassName
{
color: #3301E1;
}
</style>
background-color css
<style>
a { background-color: #3301E1; }
a { background-color: rgb(51,1,225); }
div.DivClassName
{
background-color: #3301E1;
}
.BgClassName
{
background-color: #3301E1;
}
</style>
border-color css
<style>
span { border-color: #3301E1; }
span { border-color: rgb(51,1,225); }
td.TdClassName
{
border-color: #3301E1;
}
.TagClassName
{
border-color: #3301E1;
}
</style>