#5530F3

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

Shades of Han Purple #5530F3

Tints of Han Purple #5530F3

Color information

#5530F3 (or 0x5530F3) is unknown color: approx Han Purple. HEX triplet: 55, 30 and F3. RGB value is (85,48,243). Sum of RGB (Red+Green+Blue) = 85+48+243=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 243 (95.31% from 255 or 64.63% from 376); Max value from RGB is 243 - color contains mainly: blue. Hex color #5530F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5530F3 is #AACF0C. Grayscale: #505050. Windows color (decimal): -11194125 or 15937621. OLE color: 15937621.

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

Color convert

RGB8548243-
CMYK0.650.8000.05
HSL251.38º89.04%57.06%-
HSV(B)251.38º80.25%95.29%-
XYZ20.9810.5285.72-
YUV81.29219.26130.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.61%
GREEN value IS 48 (19.14% from 255) = 12.77%
BLUE value IS 243 (95.31% from 255) = 64.63%
R=22.61%
G=12.77%
B=64.63%

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
Decimal85482430.650.8000.05251.3889.0457.06
Hex5530F3415005fb5939
Octal125603631011200537313171
Binary101010111000011110011100000110100000101111110111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5530F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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