Shades of Han Purple #3301FF
Tints of Han Purple #3301FF
RGB
CMYK
RGB Variations
Color information
#3301FF (or 0x3301FF) is known color: Han Purple. HEX triplet: 33, 01 and FF. RGB value is (51,1,255). Sum of RGB (Red+Green+Blue) = 51+1+255=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #3301FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3301FF is #CCFE00. Grayscale: #2B2B2B. Windows color (decimal): -13434369 or 16711987. OLE color: 16711987.
HSL color Cylindrical-coordinate representation of color #3301FF: hue angle of 251.81º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3301FF is Cyan = 0.8, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 1 | 255 | - |
| CMYK | 0.8 | 1.00 | 0 | 0 |
| HSL | 251.81º | 1% | 0.5% | - |
| HSV(B) | 251.81º | 1% | 1% | - |
| XYZ | 19.43 | 7.95 | 95.12 | - |
| YUV | 44.91 | 246.57 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 255 | 0.8 | 1.00 | 0 | 0 | 251.81 | 1 | 0.5 |
| Hex | 33 | 1 | FF | 50 | 64 | 0 | 0 | FC | 64 | 32 |
| Octal | 63 | 1 | 377 | 120 | 144 | 0 | 0 | 374 | 144 | 62 |
| Binary | 110011 | 1 | 11111111 | 1010000 | 1100100 | 0 | 0 | 11111100 | 1100100 | 110010 |
Color Harmonies of #3301FF
Complementary color
Monochromatic Colors of #3301FF
Black with #3301FF
Text Example
Text Example
White with #3301FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3301FF; }
p { color: rgb(51,1,255); }
H1.HeaderClassName
{
color: #3301FF;
}
.AnyTagClassName
{
color: #3301FF;
}
</style>
background-color css
<style>
a { background-color: #3301FF; }
a { background-color: rgb(51,1,255); }
div.DivClassName
{
background-color: #3301FF;
}
.BgClassName
{
background-color: #3301FF;
}
</style>
border-color css
<style>
span { border-color: #3301FF; }
span { border-color: rgb(51,1,255); }
td.TdClassName
{
border-color: #3301FF;
}
.TagClassName
{
border-color: #3301FF;
}
</style>