Shades of Han Purple #4530FF
Tints of Han Purple #4530FF
RGB
CMYK
RGB Variations
Color information
#4530FF (or 0x4530FF) is known color: Han Purple. HEX triplet: 45, 30 and FF. RGB value is (69,48,255). Sum of RGB (Red+Green+Blue) = 69+48+255=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #4530FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4530FF is #BACF00. Grayscale: #4D4D4D. Windows color (decimal): -12242689 or 16724037. OLE color: 16724037.
HSL color Cylindrical-coordinate representation of color #4530FF: hue angle of 246.09º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4530FF is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 48 | 255 | - |
| CMYK | 0.73 | 0.81 | 0 | 0 |
| HSL | 246.09º | 1% | 0.59% | - |
| HSV(B) | 246.09º | 0.81% | 1% | - |
| XYZ | 21.56 | 10.6 | 95.52 | - |
| YUV | 77.88 | 227.96 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 48 | 255 | 0.73 | 0.81 | 0 | 0 | 246.09 | 1 | 0.59 |
| Hex | 45 | 30 | FF | 49 | 51 | 0 | 0 | F6 | 64 | 3B |
| Octal | 105 | 60 | 377 | 111 | 121 | 0 | 0 | 366 | 144 | 73 |
| Binary | 1000101 | 110000 | 11111111 | 1001001 | 1010001 | 0 | 0 | 11110110 | 1100100 | 111011 |
Color Harmonies of #4530FF
Complementary color
Monochromatic Colors of #4530FF
Black with #4530FF
Text Example
Text Example
White with #4530FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4530FF; }
p { color: rgb(69,48,255); }
H1.HeaderClassName
{
color: #4530FF;
}
.AnyTagClassName
{
color: #4530FF;
}
</style>
background-color css
<style>
a { background-color: #4530FF; }
a { background-color: rgb(69,48,255); }
div.DivClassName
{
background-color: #4530FF;
}
.BgClassName
{
background-color: #4530FF;
}
</style>
border-color css
<style>
span { border-color: #4530FF; }
span { border-color: rgb(69,48,255); }
td.TdClassName
{
border-color: #4530FF;
}
.TagClassName
{
border-color: #4530FF;
}
</style>