Html Css Color HEX #550076 Indigo

📋 copy color: '#550076'

red 85 ◦ green 0 ◦ blue 118

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

Shades of Indigo #550076

Tints of Indigo #550076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 58.13%

R = 41.87%
G = 0%
B = 58.13%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#550076 (or 0x550076) is known color: Indigo. HEX triplet: 55, 00 and 76. RGB value is (85,0,118). Sum of RGB (Red+Green+Blue) = 85+0+118=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #550076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550076 is #AAFF89. Grayscale: #262626. Windows color (decimal): -11206538 or 7733333. OLE color: 7733333.

HSL color Cylindrical-coordinate representation of color #550076: hue angle of 283.22º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550076 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 0 118 -
CMYK 0.28 1 0 0.54
HSL 283.22º 1% 0.23% -
HSV(B) 283.22º 1% 0.46% -
XYZ 7.02 3.24 17.39 -
YUV 38.87 172.66 160.91 -
System Red Green Blue C M Y K H S L
Decimal 85 0 118 0.28 1 0 0.54 283.22 1 0.23
Hex 55 0 76 1C 64 0 36 11B 64 17
Octal 125 0 166 34 144 0 66 433 144 27
Binary 1010101 0 1110110 11100 1100100 0 110110 100011011 1100100 10111

Color Harmonies of #550076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550076

Black with #550076

Text Example


Text Example

White with #550076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550076; }

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

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

background-color css

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

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

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

border-color css

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

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

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