Shades of Han Purple #331AFB
Tints of Han Purple #331AFB
RGB
CMYK
RGB Variations
Color information
#331AFB (or 0x331AFB) is known color: Han Purple. HEX triplet: 33, 1A and FB. RGB value is (51,26,251). Sum of RGB (Red+Green+Blue) = 51+26+251=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 251 (98.44% from 255 or 76.52% from 328); Max value from RGB is 251 - color contains mainly: blue. Hex color #331AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331AFB is #CCE504. Grayscale: #3A3A3A. Windows color (decimal): -13427973 or 16456243. OLE color: 16456243.
HSL color Cylindrical-coordinate representation of color #331AFB: hue angle of 246.67º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #331AFB is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 26 | 251 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.02 |
| HSL | 246.67º | 0.97% | 0.54% | - |
| HSV(B) | 246.67º | 0.9% | 0.98% | - |
| XYZ | 19.15 | 8.41 | 91.88 | - |
| YUV | 59.13 | 236.28 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 251 | 0.80 | 0.90 | 0 | 0.02 | 246.67 | 0.97 | 0.54 |
| Hex | 33 | 1A | FB | 50 | 5A | 0 | 2 | F7 | 61 | 36 |
| Octal | 63 | 32 | 373 | 120 | 132 | 0 | 2 | 367 | 141 | 66 |
| Binary | 110011 | 11010 | 11111011 | 1010000 | 1011010 | 0 | 10 | 11110111 | 1100001 | 110110 |
Color Harmonies of #331AFB
Complementary color
Monochromatic Colors of #331AFB
Black with #331AFB
Text Example
Text Example
White with #331AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331AFB; }
p { color: rgb(51,26,251); }
H1.HeaderClassName
{
color: #331AFB;
}
.AnyTagClassName
{
color: #331AFB;
}
</style>
background-color css
<style>
a { background-color: #331AFB; }
a { background-color: rgb(51,26,251); }
div.DivClassName
{
background-color: #331AFB;
}
.BgClassName
{
background-color: #331AFB;
}
</style>
border-color css
<style>
span { border-color: #331AFB; }
span { border-color: rgb(51,26,251); }
td.TdClassName
{
border-color: #331AFB;
}
.TagClassName
{
border-color: #331AFB;
}
</style>