Html Css Color HEX #550787 Indigo

📋 copy color: '#550787'

red 85 ◦ green 7 ◦ blue 135

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

Shades of Indigo #550787

Tints of Indigo #550787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 59.47%

R = 37.44%
G = 3.08%
B = 59.47%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#550787 (or 0x550787) is known color: Indigo. HEX triplet: 55, 07 and 87. RGB value is (85,7,135). Sum of RGB (Red+Green+Blue) = 85+7+135=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #550787 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550787 is #AAF878. Grayscale: #2C2C2C. Windows color (decimal): -11204729 or 8849237. OLE color: 8849237.

HSL color Cylindrical-coordinate representation of color #550787: hue angle of 276.56º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550787 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 7 135 -
CMYK 0.37 0.95 0 0.47
HSL 276.56º 0.9% 0.28% -
HSV(B) 276.56º 0.95% 0.53% -
XYZ 8.2 3.83 23.23 -
YUV 44.91 178.84 156.59 -
System Red Green Blue C M Y K H S L
Decimal 85 7 135 0.37 0.95 0 0.47 276.56 0.9 0.28
Hex 55 7 87 25 5F 0 2F 115 5A 1C
Octal 125 7 207 45 137 0 57 425 132 34
Binary 1010101 111 10000111 100101 1011111 0 101111 100010101 1011010 11100

Color Harmonies of #550787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550787

Black with #550787

Text Example


Text Example

White with #550787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550787; }

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

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

background-color css

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

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

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

border-color css

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

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

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