Shades of Han Purple #482BF5
Tints of Han Purple #482BF5
RGB
CMYK
RGB Variations
Color information
#482BF5 (or 0x482BF5) is known color: Han Purple. HEX triplet: 48, 2B and F5. RGB value is (72,43,245). Sum of RGB (Red+Green+Blue) = 72+43+245=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 245 (96.09% from 255 or 68.06% from 360); Max value from RGB is 245 - color contains mainly: blue. Hex color #482BF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482BF5 is #B7D40A. Grayscale: #494949. Windows color (decimal): -12047371 or 16067400. OLE color: 16067400.
HSL color Cylindrical-coordinate representation of color #482BF5: hue angle of 248.61º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #482BF5 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 43 | 245 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.04 |
| HSL | 248.61º | 0.91% | 0.56% | - |
| HSV(B) | 248.61º | 0.82% | 0.96% | - |
| XYZ | 20.02 | 9.7 | 87.2 | - |
| YUV | 74.7 | 224.11 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 245 | 0.71 | 0.82 | 0 | 0.04 | 248.61 | 0.91 | 0.56 |
| Hex | 48 | 2B | F5 | 47 | 52 | 0 | 4 | F9 | 5B | 38 |
| Octal | 110 | 53 | 365 | 107 | 122 | 0 | 4 | 371 | 133 | 70 |
| Binary | 1001000 | 101011 | 11110101 | 1000111 | 1010010 | 0 | 100 | 11111001 | 1011011 | 111000 |
Color Harmonies of #482BF5
Complementary color
Monochromatic Colors of #482BF5
Black with #482BF5
Text Example
Text Example
White with #482BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482BF5; }
p { color: rgb(72,43,245); }
H1.HeaderClassName
{
color: #482BF5;
}
.AnyTagClassName
{
color: #482BF5;
}
</style>
background-color css
<style>
a { background-color: #482BF5; }
a { background-color: rgb(72,43,245); }
div.DivClassName
{
background-color: #482BF5;
}
.BgClassName
{
background-color: #482BF5;
}
</style>
border-color css
<style>
span { border-color: #482BF5; }
span { border-color: rgb(72,43,245); }
td.TdClassName
{
border-color: #482BF5;
}
.TagClassName
{
border-color: #482BF5;
}
</style>