Html Css Color HEX #551787 Indigo

📋 copy color: '#551787'

red 85 ◦ green 23 ◦ blue 135

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

Shades of Indigo #551787

Tints of Indigo #551787

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.47%

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

R = 34.98%
G = 9.47%
B = 55.56%

CMYK

 C value IS 0.37

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#551787 (or 0x551787) is known color: Indigo. HEX triplet: 55, 17 and 87. RGB value is (85,23,135). Sum of RGB (Red+Green+Blue) = 85+23+135=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #551787 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551787 is #AAE878. Grayscale: #353535. Windows color (decimal): -11200633 or 8853333. OLE color: 8853333.

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

Color convert

RGB 85 23 135 -
CMYK 0.37 0.83 0 0.47
HSL 273.21º 0.71% 0.31% -
HSV(B) 273.21º 0.83% 0.53% -
XYZ 8.43 4.29 23.31 -
YUV 54.31 173.54 149.89 -
System Red Green Blue C M Y K H S L
Decimal 85 23 135 0.37 0.83 0 0.47 273.21 0.71 0.31
Hex 55 17 87 25 53 0 2F 111 47 1F
Octal 125 27 207 45 123 0 57 421 107 37
Binary 1010101 10111 10000111 100101 1010011 0 101111 100010001 1000111 11111

Color Harmonies of #551787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551787

Black with #551787

Text Example


Text Example

White with #551787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551787; }

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

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

background-color css

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

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

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

border-color css

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

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

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