Html Css Color HEX #550594 Indigo

📋 copy color: '#550594'

red 85 ◦ green 5 ◦ blue 148

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

Shades of Indigo #550594

Tints of Indigo #550594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 62.18%

R = 35.71%
G = 2.1%
B = 62.18%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#550594 (or 0x550594) is known color: Indigo. HEX triplet: 55, 05 and 94. RGB value is (85,5,148). Sum of RGB (Red+Green+Blue) = 85+5+148=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 148 (58.20% from 255 or 62.18% from 238); Max value from RGB is 148 - color contains mainly: blue. Hex color #550594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550594 is #AAFA6B. Grayscale: #2C2C2C. Windows color (decimal): -11205228 or 9700693. OLE color: 9700693.

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

Color convert

RGB 85 5 148 -
CMYK 0.43 0.97 0 0.42
HSL 273.57º 0.93% 0.3% -
HSV(B) 273.57º 0.97% 0.58% -
XYZ 9.15 4.18 28.34 -
YUV 45.22 186 156.37 -
System Red Green Blue C M Y K H S L
Decimal 85 5 148 0.43 0.97 0 0.42 273.57 0.93 0.3
Hex 55 5 94 2B 61 0 2A 112 5D 1E
Octal 125 5 224 53 141 0 52 422 135 36
Binary 1010101 101 10010100 101011 1100001 0 101010 100010010 1011101 11110

Color Harmonies of #550594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550594

Black with #550594

Text Example


Text Example

White with #550594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550594; }

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

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

background-color css

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

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

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

border-color css

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

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

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