Shades of Han Purple #331EFB
Tints of Han Purple #331EFB
RGB
CMYK
RGB Variations
Color information
#331EFB (or 0x331EFB) is known color: Han Purple. HEX triplet: 33, 1E and FB. RGB value is (51,30,251). Sum of RGB (Red+Green+Blue) = 51+30+251=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 251 (98.44% from 255 or 75.60% from 332); Max value from RGB is 251 - color contains mainly: blue. Hex color #331EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331EFB is #CCE104. Grayscale: #3C3C3C. Windows color (decimal): -13426949 or 16457267. OLE color: 16457267.
HSL color Cylindrical-coordinate representation of color #331EFB: hue angle of 245.7º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331EFB is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 30 | 251 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.02 |
| HSL | 245.7º | 0.97% | 0.55% | - |
| HSV(B) | 245.7º | 0.88% | 0.98% | - |
| XYZ | 19.24 | 8.6 | 91.91 | - |
| YUV | 61.47 | 234.96 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 30 | 251 | 0.80 | 0.88 | 0 | 0.02 | 245.7 | 0.97 | 0.55 |
| Hex | 33 | 1E | FB | 50 | 58 | 0 | 2 | F6 | 61 | 37 |
| Octal | 63 | 36 | 373 | 120 | 130 | 0 | 2 | 366 | 141 | 67 |
| Binary | 110011 | 11110 | 11111011 | 1010000 | 1011000 | 0 | 10 | 11110110 | 1100001 | 110111 |
Color Harmonies of #331EFB
Complementary color
Monochromatic Colors of #331EFB
Black with #331EFB
Text Example
Text Example
White with #331EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331EFB; }
p { color: rgb(51,30,251); }
H1.HeaderClassName
{
color: #331EFB;
}
.AnyTagClassName
{
color: #331EFB;
}
</style>
background-color css
<style>
a { background-color: #331EFB; }
a { background-color: rgb(51,30,251); }
div.DivClassName
{
background-color: #331EFB;
}
.BgClassName
{
background-color: #331EFB;
}
</style>
border-color css
<style>
span { border-color: #331EFB; }
span { border-color: rgb(51,30,251); }
td.TdClassName
{
border-color: #331EFB;
}
.TagClassName
{
border-color: #331EFB;
}
</style>