Html Css Color HEX #550590 Indigo

📋 copy color: '#550590'

red 85 ◦ green 5 ◦ blue 144

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

Shades of Indigo #550590

Tints of Indigo #550590

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.14%

 BLUE value IS 144 (56.64% from 255) = 61.54%

R = 36.32%
G = 2.14%
B = 61.54%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#550590 (or 0x550590) is known color: Indigo. HEX triplet: 55, 05 and 90. RGB value is (85,5,144). Sum of RGB (Red+Green+Blue) = 85+5+144=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #550590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550590 is #AAFA6F. Grayscale: #2C2C2C. Windows color (decimal): -11205232 or 9438549. OLE color: 9438549.

HSL color Cylindrical-coordinate representation of color #550590: hue angle of 274.53º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #550590 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 5 144 -
CMYK 0.41 0.97 0 0.44
HSL 274.53º 0.93% 0.29% -
HSV(B) 274.53º 0.97% 0.56% -
XYZ 8.83 4.05 26.7 -
YUV 44.77 184 156.7 -
System Red Green Blue C M Y K H S L
Decimal 85 5 144 0.41 0.97 0 0.44 274.53 0.93 0.29
Hex 55 5 90 29 61 0 2C 113 5D 1D
Octal 125 5 220 51 141 0 54 423 135 35
Binary 1010101 101 10010000 101001 1100001 0 101100 100010011 1011101 11101

Color Harmonies of #550590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550590

Black with #550590

Text Example


Text Example

White with #550590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550590; }

 p { color: rgb(85,5,144); }

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

background-color css

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

 a { background-color: rgb(85,5,144); }

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

border-color css

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

 span { border-color: rgb(85,5,144); }

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