Html Css Color HEX #550992 Indigo

📋 copy color: '#550992'

red 85 ◦ green 9 ◦ blue 146

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

Shades of Indigo #550992

Tints of Indigo #550992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.75%

 BLUE value IS 146 (57.42% from 255) = 60.83%

R = 35.42%
G = 3.75%
B = 60.83%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#550992 (or 0x550992) is known color: Indigo. HEX triplet: 55, 09 and 92. RGB value is (85,9,146). Sum of RGB (Red+Green+Blue) = 85+9+146=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #550992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550992 is #AAF66D. Grayscale: #2E2E2E. Windows color (decimal): -11204206 or 9570645. OLE color: 9570645.

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

Color convert

RGB 85 9 146 -
CMYK 0.42 0.94 0 0.43
HSL 273.28º 0.88% 0.3% -
HSV(B) 273.28º 0.94% 0.57% -
XYZ 9.03 4.2 27.53 -
YUV 47.34 183.68 154.86 -
System Red Green Blue C M Y K H S L
Decimal 85 9 146 0.42 0.94 0 0.43 273.28 0.88 0.3
Hex 55 9 92 2A 5E 0 2B 111 58 1E
Octal 125 11 222 52 136 0 53 421 130 36
Binary 1010101 1001 10010010 101010 1011110 0 101011 100010001 1011000 11110

Color Harmonies of #550992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550992

Black with #550992

Text Example


Text Example

White with #550992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550992; }

 p { color: rgb(85,9,146); }

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

background-color css

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

 a { background-color: rgb(85,9,146); }

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

border-color css

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

 span { border-color: rgb(85,9,146); }

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