Html Css Color HEX #551087 Indigo

📋 copy color: '#551087'

red 85 ◦ green 16 ◦ blue 135

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

Shades of Indigo #551087

Tints of Indigo #551087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.78%

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

R = 36.02%
G = 6.78%
B = 57.2%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#551087 (or 0x551087) is known color: Indigo. HEX triplet: 55, 10 and 87. RGB value is (85,16,135). Sum of RGB (Red+Green+Blue) = 85+16+135=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #551087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551087 is #AAEF78. Grayscale: #313131. Windows color (decimal): -11202425 or 8851541. OLE color: 8851541.

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

Color convert

RGB 85 16 135 -
CMYK 0.37 0.88 0 0.47
HSL 274.79º 0.79% 0.3% -
HSV(B) 274.79º 0.88% 0.53% -
XYZ 8.3 4.05 23.27 -
YUV 50.2 175.86 152.82 -
System Red Green Blue C M Y K H S L
Decimal 85 16 135 0.37 0.88 0 0.47 274.79 0.79 0.3
Hex 55 10 87 25 58 0 2F 113 4F 1E
Octal 125 20 207 45 130 0 57 423 117 36
Binary 1010101 10000 10000111 100101 1011000 0 101111 100010011 1001111 11110

Color Harmonies of #551087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551087

Black with #551087

Text Example


Text Example

White with #551087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551087; }

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

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

background-color css

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

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

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

border-color css

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

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

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