Html Css Color HEX #551676 Indigo

📋 copy color: '#551676'

red 85 ◦ green 22 ◦ blue 118

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

Shades of Indigo #551676

Tints of Indigo #551676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.78%

 BLUE value IS 118 (46.48% from 255) = 52.44%

R = 37.78%
G = 9.78%
B = 52.44%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#551676 (or 0x551676) is known color: Indigo. HEX triplet: 55, 16 and 76. RGB value is (85,22,118). Sum of RGB (Red+Green+Blue) = 85+22+118=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #551676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551676 is #AAE989. Grayscale: #333333. Windows color (decimal): -11200906 or 7738965. OLE color: 7738965.

HSL color Cylindrical-coordinate representation of color #551676: hue angle of 279.38º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551676 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 22 118 -
CMYK 0.28 0.81 0 0.54
HSL 279.38º 0.69% 0.27% -
HSV(B) 279.38º 0.81% 0.46% -
XYZ 7.3 3.81 17.49 -
YUV 51.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 85 22 118 0.28 0.81 0 0.54 279.38 0.69 0.27
Hex 55 16 76 1C 51 0 36 117 45 1B
Octal 125 26 166 34 121 0 66 427 105 33
Binary 1010101 10110 1110110 11100 1010001 0 110110 100010111 1000101 11011

Color Harmonies of #551676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551676

Black with #551676

Text Example


Text Example

White with #551676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551676; }

 p { color: rgb(85,22,118); }

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

background-color css

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

 a { background-color: rgb(85,22,118); }

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

border-color css

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

 span { border-color: rgb(85,22,118); }

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