Html Css Color HEX #551987 Indigo

📋 copy color: '#551987'

red 85 ◦ green 25 ◦ blue 135

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

Shades of Indigo #551987

Tints of Indigo #551987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.2%

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

R = 34.69%
G = 10.2%
B = 55.1%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#551987 (or 0x551987) is known color: Indigo. HEX triplet: 55, 19 and 87. RGB value is (85,25,135). Sum of RGB (Red+Green+Blue) = 85+25+135=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #551987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551987 is #AAE678. Grayscale: #373737. Windows color (decimal): -11200121 or 8853845. OLE color: 8853845.

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

Color convert

RGB 85 25 135 -
CMYK 0.37 0.81 0 0.47
HSL 272.73º 0.69% 0.31% -
HSV(B) 272.73º 0.81% 0.53% -
XYZ 8.47 4.38 23.32 -
YUV 55.48 172.88 149.06 -
System Red Green Blue C M Y K H S L
Decimal 85 25 135 0.37 0.81 0 0.47 272.73 0.69 0.31
Hex 55 19 87 25 51 0 2F 111 45 1F
Octal 125 31 207 45 121 0 57 421 105 37
Binary 1010101 11001 10000111 100101 1010001 0 101111 100010001 1000101 11111

Color Harmonies of #551987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551987

Black with #551987

Text Example


Text Example

White with #551987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551987; }

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

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

background-color css

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

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

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

border-color css

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

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

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