Html Css Color HEX #550785 Indigo

📋 copy color: '#550785'

red 85 ◦ green 7 ◦ blue 133

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

Shades of Indigo #550785

Tints of Indigo #550785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.11%

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

R = 37.78%
G = 3.11%
B = 59.11%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#550785 (or 0x550785) is known color: Indigo. HEX triplet: 55, 07 and 85. RGB value is (85,7,133). Sum of RGB (Red+Green+Blue) = 85+7+133=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #550785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550785 is #AAF87A. Grayscale: #2C2C2C. Windows color (decimal): -11204731 or 8718165. OLE color: 8718165.

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

Color convert

RGB 85 7 133 -
CMYK 0.36 0.95 0 0.48
HSL 277.14º 0.9% 0.27% -
HSV(B) 277.14º 0.95% 0.52% -
XYZ 8.06 3.78 22.49 -
YUV 44.69 177.84 156.75 -
System Red Green Blue C M Y K H S L
Decimal 85 7 133 0.36 0.95 0 0.48 277.14 0.9 0.27
Hex 55 7 85 24 5F 0 30 115 5A 1B
Octal 125 7 205 44 137 0 60 425 132 33
Binary 1010101 111 10000101 100100 1011111 0 110000 100010101 1011010 11011

Color Harmonies of #550785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550785

Black with #550785

Text Example


Text Example

White with #550785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550785; }

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

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

background-color css

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

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

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

border-color css

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

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

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