Html Css Color HEX #550691 Indigo

📋 copy color: '#550691'

red 85 ◦ green 6 ◦ blue 145

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

Shades of Indigo #550691

Tints of Indigo #550691

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.54%

 BLUE value IS 145 (57.03% from 255) = 61.44%

R = 36.02%
G = 2.54%
B = 61.44%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#550691 (or 0x550691) is known color: Indigo. HEX triplet: 55, 06 and 91. RGB value is (85,6,145). Sum of RGB (Red+Green+Blue) = 85+6+145=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #550691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550691 is #AAF96E. Grayscale: #2C2C2C. Windows color (decimal): -11204975 or 9504341. OLE color: 9504341.

HSL color Cylindrical-coordinate representation of color #550691: hue angle of 274.1º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550691 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 6 145 -
CMYK 0.41 0.96 0 0.43
HSL 274.1º 0.92% 0.3% -
HSV(B) 274.1º 0.96% 0.57% -
XYZ 8.92 4.11 27.11 -
YUV 45.47 184.17 156.2 -
System Red Green Blue C M Y K H S L
Decimal 85 6 145 0.41 0.96 0 0.43 274.1 0.92 0.3
Hex 55 6 91 29 60 0 2B 112 5C 1E
Octal 125 6 221 51 140 0 53 422 134 36
Binary 1010101 110 10010001 101001 1100000 0 101011 100010010 1011100 11110

Color Harmonies of #550691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550691

Black with #550691

Text Example


Text Example

White with #550691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550691; }

 p { color: rgb(85,6,145); }

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

background-color css

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

 a { background-color: rgb(85,6,145); }

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

border-color css

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

 span { border-color: rgb(85,6,145); }

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