Html Css Color HEX #551089 Indigo

📋 copy color: '#551089'

red 85 ◦ green 16 ◦ blue 137

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

Shades of Indigo #551089

Tints of Indigo #551089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.72%

 BLUE value IS 137 (53.91% from 255) = 57.56%

R = 35.71%
G = 6.72%
B = 57.56%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#551089 (or 0x551089) is known color: Indigo. HEX triplet: 55, 10 and 89. RGB value is (85,16,137). Sum of RGB (Red+Green+Blue) = 85+16+137=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #551089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551089 is #AAEF76. Grayscale: #323232. Windows color (decimal): -11202423 or 8982613. OLE color: 8982613.

HSL color Cylindrical-coordinate representation of color #551089: hue angle of 274.21º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551089 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 16 137 -
CMYK 0.38 0.88 0 0.46
HSL 274.21º 0.79% 0.3% -
HSV(B) 274.21º 0.88% 0.54% -
XYZ 8.45 4.11 24.01 -
YUV 50.43 176.86 152.66 -
System Red Green Blue C M Y K H S L
Decimal 85 16 137 0.38 0.88 0 0.46 274.21 0.79 0.3
Hex 55 10 89 26 58 0 2E 112 4F 1E
Octal 125 20 211 46 130 0 56 422 117 36
Binary 1010101 10000 10001001 100110 1011000 0 101110 100010010 1001111 11110

Color Harmonies of #551089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551089

Black with #551089

Text Example


Text Example

White with #551089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551089; }

 p { color: rgb(85,16,137); }

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

background-color css

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

 a { background-color: rgb(85,16,137); }

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

border-color css

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

 span { border-color: rgb(85,16,137); }

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