Shades of Han Purple #332AF0
Tints of Han Purple #332AF0
RGB
CMYK
RGB Variations
Color information
#332AF0 (or 0x332AF0) is known color: Han Purple. HEX triplet: 33, 2A and F0. RGB value is (51,42,240). Sum of RGB (Red+Green+Blue) = 51+42+240=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 240 (94.14% from 255 or 72.07% from 333); Max value from RGB is 240 - color contains mainly: blue. Hex color #332AF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332AF0 is #CCD50F. Grayscale: #424242. Windows color (decimal): -13423888 or 15739443. OLE color: 15739443.
HSL color Cylindrical-coordinate representation of color #332AF0: hue angle of 242.73º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #332AF0 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 42 | 240 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.06 |
| HSL | 242.73º | 0.87% | 0.55% | - |
| HSV(B) | 242.73º | 0.83% | 0.94% | - |
| XYZ | 17.92 | 8.65 | 83.16 | - |
| YUV | 67.26 | 225.48 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 240 | 0.79 | 0.82 | 0 | 0.06 | 242.73 | 0.87 | 0.55 |
| Hex | 33 | 2A | F0 | 4F | 52 | 0 | 6 | F3 | 57 | 37 |
| Octal | 63 | 52 | 360 | 117 | 122 | 0 | 6 | 363 | 127 | 67 |
| Binary | 110011 | 101010 | 11110000 | 1001111 | 1010010 | 0 | 110 | 11110011 | 1010111 | 110111 |
Color Harmonies of #332AF0
Complementary color
Monochromatic Colors of #332AF0
Black with #332AF0
Text Example
Text Example
White with #332AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332AF0; }
p { color: rgb(51,42,240); }
H1.HeaderClassName
{
color: #332AF0;
}
.AnyTagClassName
{
color: #332AF0;
}
</style>
background-color css
<style>
a { background-color: #332AF0; }
a { background-color: rgb(51,42,240); }
div.DivClassName
{
background-color: #332AF0;
}
.BgClassName
{
background-color: #332AF0;
}
</style>
border-color css
<style>
span { border-color: #332AF0; }
span { border-color: rgb(51,42,240); }
td.TdClassName
{
border-color: #332AF0;
}
.TagClassName
{
border-color: #332AF0;
}
</style>