Shades of Han Purple #4531F2
Tints of Han Purple #4531F2
RGB
CMYK
RGB Variations
Color information
#4531F2 (or 0x4531F2) is known color: Han Purple. HEX triplet: 45, 31 and F2. RGB value is (69,49,242). Sum of RGB (Red+Green+Blue) = 69+49+242=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 242 (94.92% from 255 or 67.22% from 360); Max value from RGB is 242 - color contains mainly: blue. Hex color #4531F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4531F2 is #BACE0D. Grayscale: #4C4C4C. Windows color (decimal): -12242446 or 15872325. OLE color: 15872325.
HSL color Cylindrical-coordinate representation of color #4531F2: hue angle of 246.22º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4531F2 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 49 | 242 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.05 |
| HSL | 246.22º | 0.88% | 0.57% | - |
| HSV(B) | 246.22º | 0.8% | 0.95% | - |
| XYZ | 19.58 | 9.87 | 84.88 | - |
| YUV | 76.98 | 221.13 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 49 | 242 | 0.71 | 0.80 | 0 | 0.05 | 246.22 | 0.88 | 0.57 |
| Hex | 45 | 31 | F2 | 47 | 50 | 0 | 5 | F6 | 58 | 39 |
| Octal | 105 | 61 | 362 | 107 | 120 | 0 | 5 | 366 | 130 | 71 |
| Binary | 1000101 | 110001 | 11110010 | 1000111 | 1010000 | 0 | 101 | 11110110 | 1011000 | 111001 |
Color Harmonies of #4531F2
Complementary color
Monochromatic Colors of #4531F2
Black with #4531F2
Text Example
Text Example
White with #4531F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4531F2; }
p { color: rgb(69,49,242); }
H1.HeaderClassName
{
color: #4531F2;
}
.AnyTagClassName
{
color: #4531F2;
}
</style>
background-color css
<style>
a { background-color: #4531F2; }
a { background-color: rgb(69,49,242); }
div.DivClassName
{
background-color: #4531F2;
}
.BgClassName
{
background-color: #4531F2;
}
</style>
border-color css
<style>
span { border-color: #4531F2; }
span { border-color: rgb(69,49,242); }
td.TdClassName
{
border-color: #4531F2;
}
.TagClassName
{
border-color: #4531F2;
}
</style>