#5500DD

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

Shades of Electric Indigo #5500DD

Tints of Electric Indigo #5500DD

Color information

#5500DD (or 0x5500DD) is unknown color: approx Electric Indigo. HEX triplet: 55, 00 and DD. RGB value is (85,0,221). Sum of RGB (Red+Green+Blue) = 85+0+221=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #5500DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5500DD is #AAFF22. Grayscale: #313131. Windows color (decimal): -11206435 or 14483541. OLE color: 14483541.

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

Color convert

RGB850221-
CMYK0.62100.13
HSL263.08º100%43.33%-
HSV(B)263.08º100%86.67%-
XYZ16.87.1568.9-
YUV50.61224.16152.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 221 (86.72% from 255) = 72.22%
R=27.78%
G=0%
B=72.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8502210.62100.13263.0810043.33
Hex550DD3E640D107642b
Octal12503357614401540714453
Binary10101010110111011111101100100011011000001111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5500DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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