Html Css Color HEX #5500DC Electric Indigo

📋 copy color: '#5500DC'

red 85 ◦ green 0 ◦ blue 220

#5500DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #5500DC

Tints of Electric Indigo #5500DC

RGB

 RED value IS 85 (33.59% from 255) = 27.87%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 220 (86.33% from 255) = 72.13%

R = 27.87%
G = 0%
B = 72.13%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5500DC (or 0x5500DC) is known color: Electric Indigo. HEX triplet: 55, 00 and DC. RGB value is (85,0,220). Sum of RGB (Red+Green+Blue) = 85+0+220=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #5500DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5500DC is #AAFF23. Grayscale: #313131. Windows color (decimal): -11206436 or 14418005. OLE color: 14418005.

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

Color convert

RGB 85 0 220 -
CMYK 0.61 1 0 0.14
HSL 263.18º 1% 0.43% -
HSV(B) 263.18º 1% 0.86% -
XYZ 16.66 7.1 68.2 -
YUV 50.5 223.66 152.61 -
System Red Green Blue C M Y K H S L
Decimal 85 0 220 0.61 1 0 0.14 263.18 1 0.43
Hex 55 0 DC 3D 64 0 E 107 64 2B
Octal 125 0 334 75 144 0 16 407 144 53
Binary 1010101 0 11011100 111101 1100100 0 1110 100000111 1100100 101011

Color Harmonies of #5500DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5500DC

Black with #5500DC

Text Example


Text Example

White with #5500DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5500DC;
 }
 .AnyTagClassName
 {
   color: #5500DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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