Shades of Han Purple #331AF5
Tints of Han Purple #331AF5
RGB
CMYK
RGB Variations
Color information
#331AF5 (or 0x331AF5) is known color: Han Purple. HEX triplet: 33, 1A and F5. RGB value is (51,26,245). Sum of RGB (Red+Green+Blue) = 51+26+245=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 245 (96.09% from 255 or 76.09% from 322); Max value from RGB is 245 - color contains mainly: blue. Hex color #331AF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331AF5 is #CCE50A. Grayscale: #393939. Windows color (decimal): -13427979 or 16063027. OLE color: 16063027.
HSL color Cylindrical-coordinate representation of color #331AF5: hue angle of 246.85º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #331AF5 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 26 | 245 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.04 |
| HSL | 246.85º | 0.92% | 0.53% | - |
| HSV(B) | 246.85º | 0.89% | 0.96% | - |
| XYZ | 18.22 | 8.04 | 86.98 | - |
| YUV | 58.44 | 233.28 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 245 | 0.79 | 0.89 | 0 | 0.04 | 246.85 | 0.92 | 0.53 |
| Hex | 33 | 1A | F5 | 4F | 59 | 0 | 4 | F7 | 5C | 35 |
| Octal | 63 | 32 | 365 | 117 | 131 | 0 | 4 | 367 | 134 | 65 |
| Binary | 110011 | 11010 | 11110101 | 1001111 | 1011001 | 0 | 100 | 11110111 | 1011100 | 110101 |
Color Harmonies of #331AF5
Complementary color
Monochromatic Colors of #331AF5
Black with #331AF5
Text Example
Text Example
White with #331AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331AF5; }
p { color: rgb(51,26,245); }
H1.HeaderClassName
{
color: #331AF5;
}
.AnyTagClassName
{
color: #331AF5;
}
</style>
background-color css
<style>
a { background-color: #331AF5; }
a { background-color: rgb(51,26,245); }
div.DivClassName
{
background-color: #331AF5;
}
.BgClassName
{
background-color: #331AF5;
}
</style>
border-color css
<style>
span { border-color: #331AF5; }
span { border-color: rgb(51,26,245); }
td.TdClassName
{
border-color: #331AF5;
}
.TagClassName
{
border-color: #331AF5;
}
</style>