Shades of Han Purple #331AFC
Tints of Han Purple #331AFC
RGB
CMYK
RGB Variations
Color information
#331AFC (or 0x331AFC) is known color: Han Purple. HEX triplet: 33, 1A and FC. RGB value is (51,26,252). Sum of RGB (Red+Green+Blue) = 51+26+252=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 252 (98.83% from 255 or 76.60% from 329); Max value from RGB is 252 - color contains mainly: blue. Hex color #331AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331AFC is #CCE503. Grayscale: #3A3A3A. Windows color (decimal): -13427972 or 16521779. OLE color: 16521779.
HSL color Cylindrical-coordinate representation of color #331AFC: hue angle of 246.64º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #331AFC is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 26 | 252 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.01 |
| HSL | 246.64º | 0.97% | 0.55% | - |
| HSV(B) | 246.64º | 0.9% | 0.99% | - |
| XYZ | 19.31 | 8.47 | 92.71 | - |
| YUV | 59.24 | 236.78 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 252 | 0.80 | 0.90 | 0 | 0.01 | 246.64 | 0.97 | 0.55 |
| Hex | 33 | 1A | FC | 50 | 5A | 0 | 1 | F7 | 61 | 37 |
| Octal | 63 | 32 | 374 | 120 | 132 | 0 | 1 | 367 | 141 | 67 |
| Binary | 110011 | 11010 | 11111100 | 1010000 | 1011010 | 0 | 1 | 11110111 | 1100001 | 110111 |
Color Harmonies of #331AFC
Complementary color
Monochromatic Colors of #331AFC
Black with #331AFC
Text Example
Text Example
White with #331AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331AFC; }
p { color: rgb(51,26,252); }
H1.HeaderClassName
{
color: #331AFC;
}
.AnyTagClassName
{
color: #331AFC;
}
</style>
background-color css
<style>
a { background-color: #331AFC; }
a { background-color: rgb(51,26,252); }
div.DivClassName
{
background-color: #331AFC;
}
.BgClassName
{
background-color: #331AFC;
}
</style>
border-color css
<style>
span { border-color: #331AFC; }
span { border-color: rgb(51,26,252); }
td.TdClassName
{
border-color: #331AFC;
}
.TagClassName
{
border-color: #331AFC;
}
</style>