#5430F3

Color #5430F3 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5430F3

Tints of Han Purple #5430F3

Color information

#5430F3 (or 0x5430F3) is unknown color: approx Han Purple. HEX triplet: 54, 30 and F3. RGB value is (84,48,243). Sum of RGB (Red+Green+Blue) = 84+48+243=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 243 (95.31% from 255 or 64.8% from 375); Max value from RGB is 243 - color contains mainly: blue. Hex color #5430F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5430F3 is #ABCF0C. Grayscale: #505050. Windows color (decimal): -11259661 or 15937620. OLE color: 15937620.

HSL color Cylindrical-coordinate representation of color #5430F3: hue angle of 251.08º degrees, saturation: 0.89, 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 #5430F3 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8448243-
CMYK0.650.8000.05
HSL251.08º89.04%57.06%-
HSV(B)251.08º80.25%95.29%-
XYZ20.8910.4785.71-
YUV80.99219.43130.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 22.4%
GREEN value IS 48 (19.14% from 255) = 12.8%
BLUE value IS 243 (95.31% from 255) = 64.8%
R=22.4%
G=12.8%
B=64.8%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal84482430.650.8000.05251.0889.0457.06
Hex5430F3415005fb5939
Octal124603631011200537313171
Binary101010011000011110011100000110100000101111110111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5430F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5430F3; }

 p { color: rgb(84,48,243); }

 H1.HeaderClassName
 {
   color: #5430F3;
 }
 .AnyTagClassName
 {
   color: #5430F3;
 }
</style>
background-color css

<style>
 a { background-color: #5430F3; }

 a { background-color: rgb(84,48,243); }

 div.DivClassName
 {
   background-color: #5430F3;
 }
 .BgClassName
 {
   background-color: #5430F3;
 }
</style>
border-color css

<style>
 span { border-color: #5430F3; }

 span { border-color: rgb(84,48,243); }

 td.TdClassName
 {
   border-color: #5430F3;
 }
 .TagClassName
 {
   border-color: #5430F3;
 }
</style>