Html Css Color HEX #550687 Indigo

📋 copy color: '#550687'

red 85 ◦ green 6 ◦ blue 135

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

Shades of Indigo #550687

Tints of Indigo #550687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.65%

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

R = 37.61%
G = 2.65%
B = 59.73%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#550687 (or 0x550687) is known color: Indigo. HEX triplet: 55, 06 and 87. RGB value is (85,6,135). Sum of RGB (Red+Green+Blue) = 85+6+135=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #550687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550687 is #AAF978. Grayscale: #2B2B2B. Windows color (decimal): -11204985 or 8848981. OLE color: 8848981.

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

Color convert

RGB 85 6 135 -
CMYK 0.37 0.96 0 0.47
HSL 276.74º 0.91% 0.28% -
HSV(B) 276.74º 0.96% 0.53% -
XYZ 8.18 3.81 23.23 -
YUV 44.33 179.17 157.01 -
System Red Green Blue C M Y K H S L
Decimal 85 6 135 0.37 0.96 0 0.47 276.74 0.91 0.28
Hex 55 6 87 25 60 0 2F 115 5B 1C
Octal 125 6 207 45 140 0 57 425 133 34
Binary 1010101 110 10000111 100101 1100000 0 101111 100010101 1011011 11100

Color Harmonies of #550687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550687

Black with #550687

Text Example


Text Example

White with #550687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550687; }

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

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

background-color css

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

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

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

border-color css

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

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

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