Html Css Color HEX #550885 Indigo

📋 copy color: '#550885'

red 85 ◦ green 8 ◦ blue 133

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

Shades of Indigo #550885

Tints of Indigo #550885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 58.85%

R = 37.61%
G = 3.54%
B = 58.85%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#550885 (or 0x550885) is known color: Indigo. HEX triplet: 55, 08 and 85. RGB value is (85,8,133). Sum of RGB (Red+Green+Blue) = 85+8+133=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #550885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550885 is #AAF77A. Grayscale: #2C2C2C. Windows color (decimal): -11204475 or 8718421. OLE color: 8718421.

HSL color Cylindrical-coordinate representation of color #550885: hue angle of 276.96º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550885 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 8 133 -
CMYK 0.36 0.94 0 0.48
HSL 276.96º 0.89% 0.28% -
HSV(B) 276.96º 0.94% 0.52% -
XYZ 8.07 3.8 22.5 -
YUV 45.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 85 8 133 0.36 0.94 0 0.48 276.96 0.89 0.28
Hex 55 8 85 24 5E 0 30 115 59 1C
Octal 125 10 205 44 136 0 60 425 131 34
Binary 1010101 1000 10000101 100100 1011110 0 110000 100010101 1011001 11100

Color Harmonies of #550885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550885

Black with #550885

Text Example


Text Example

White with #550885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550885; }

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

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

background-color css

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

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

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

border-color css

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

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

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