#5500FF

Color #5500FF Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #5500FF

Tints of Electric Indigo #5500FF

Color information

#5500FF (or 0x5500FF) is unknown color: approx Electric Indigo. HEX triplet: 55, 00 and FF. RGB value is (85,0,255). Sum of RGB (Red+Green+Blue) = 85+0+255=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #5500FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5500FF is #AAFF00. Grayscale: #353535. Windows color (decimal): -11206401 or 16711765. OLE color: 16711765.

HSL color Cylindrical-coordinate representation of color #5500FF: hue angle of 260º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5500FF is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB850255-
CMYK0.67100
HSL260º100%50%-
HSV(B)260º100%100%-
XYZ21.89.1595.23-
YUV54.48241.16149.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 75%
R=25%
G=0%
B=75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal8502550.6710026010050
Hex550FF4364001046432
Octal12503771031440040414462
Binary101010101111111110000111100100001000001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5500FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5500FF; }

 p { color: rgb(85,0,255); }

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

<style>
 a { background-color: #5500FF; }

 a { background-color: rgb(85,0,255); }

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

<style>
 span { border-color: #5500FF; }

 span { border-color: rgb(85,0,255); }

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