Html Css Color HEX #550894 Indigo

📋 copy color: '#550894'

red 85 ◦ green 8 ◦ blue 148

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

Shades of Indigo #550894

Tints of Indigo #550894

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.32%

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

R = 35.27%
G = 3.32%
B = 61.41%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#550894 (or 0x550894) is known color: Indigo. HEX triplet: 55, 08 and 94. RGB value is (85,8,148). Sum of RGB (Red+Green+Blue) = 85+8+148=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #550894 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550894 is #AAF76B. Grayscale: #2E2E2E. Windows color (decimal): -11204460 or 9701461. OLE color: 9701461.

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

Color convert

RGB 85 8 148 -
CMYK 0.43 0.95 0 0.42
HSL 273º 0.9% 0.31% -
HSV(B) 273º 0.95% 0.58% -
XYZ 9.18 4.24 28.35 -
YUV 46.98 185.01 155.12 -
System Red Green Blue C M Y K H S L
Decimal 85 8 148 0.43 0.95 0 0.42 273 0.9 0.31
Hex 55 8 94 2B 5F 0 2A 111 5A 1F
Octal 125 10 224 53 137 0 52 421 132 37
Binary 1010101 1000 10010100 101011 1011111 0 101010 100010001 1011010 11111

Color Harmonies of #550894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550894

Black with #550894

Text Example


Text Example

White with #550894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550894; }

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

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

background-color css

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

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

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

border-color css

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

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

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