Shades of Han Purple #332AF1
Tints of Han Purple #332AF1
RGB
CMYK
RGB Variations
Color information
#332AF1 (or 0x332AF1) is known color: Han Purple. HEX triplet: 33, 2A and F1. RGB value is (51,42,241). Sum of RGB (Red+Green+Blue) = 51+42+241=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 241 (94.53% from 255 or 72.16% from 334); Max value from RGB is 241 - color contains mainly: blue. Hex color #332AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332AF1 is #CCD50E. Grayscale: #424242. Windows color (decimal): -13423887 or 15804979. OLE color: 15804979.
HSL color Cylindrical-coordinate representation of color #332AF1: hue angle of 242.71º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #332AF1 is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 42 | 241 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.05 |
| HSL | 242.71º | 0.88% | 0.55% | - |
| HSV(B) | 242.71º | 0.83% | 0.95% | - |
| XYZ | 18.07 | 8.71 | 83.95 | - |
| YUV | 67.38 | 225.98 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 241 | 0.79 | 0.83 | 0 | 0.05 | 242.71 | 0.88 | 0.55 |
| Hex | 33 | 2A | F1 | 4F | 53 | 0 | 5 | F3 | 58 | 37 |
| Octal | 63 | 52 | 361 | 117 | 123 | 0 | 5 | 363 | 130 | 67 |
| Binary | 110011 | 101010 | 11110001 | 1001111 | 1010011 | 0 | 101 | 11110011 | 1011000 | 110111 |
Color Harmonies of #332AF1
Complementary color
Monochromatic Colors of #332AF1
Black with #332AF1
Text Example
Text Example
White with #332AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332AF1; }
p { color: rgb(51,42,241); }
H1.HeaderClassName
{
color: #332AF1;
}
.AnyTagClassName
{
color: #332AF1;
}
</style>
background-color css
<style>
a { background-color: #332AF1; }
a { background-color: rgb(51,42,241); }
div.DivClassName
{
background-color: #332AF1;
}
.BgClassName
{
background-color: #332AF1;
}
</style>
border-color css
<style>
span { border-color: #332AF1; }
span { border-color: rgb(51,42,241); }
td.TdClassName
{
border-color: #332AF1;
}
.TagClassName
{
border-color: #332AF1;
}
</style>