Html Css Color HEX #551077 Indigo

📋 copy color: '#551077'

red 85 ◦ green 16 ◦ blue 119

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

Shades of Indigo #551077

Tints of Indigo #551077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 54.09%

R = 38.64%
G = 7.27%
B = 54.09%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#551077 (or 0x551077) is known color: Indigo. HEX triplet: 55, 10 and 77. RGB value is (85,16,119). Sum of RGB (Red+Green+Blue) = 85+16+119=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #551077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551077 is #AAEF88. Grayscale: #303030. Windows color (decimal): -11202441 or 7802965. OLE color: 7802965.

HSL color Cylindrical-coordinate representation of color #551077: hue angle of 280.19º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551077 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 16 119 -
CMYK 0.29 0.87 0 0.53
HSL 280.19º 0.76% 0.26% -
HSV(B) 280.19º 0.87% 0.47% -
XYZ 7.26 3.63 17.77 -
YUV 48.37 167.86 154.12 -
System Red Green Blue C M Y K H S L
Decimal 85 16 119 0.29 0.87 0 0.53 280.19 0.76 0.26
Hex 55 10 77 1D 57 0 35 118 4C 1A
Octal 125 20 167 35 127 0 65 430 114 32
Binary 1010101 10000 1110111 11101 1010111 0 110101 100011000 1001100 11010

Color Harmonies of #551077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551077

Black with #551077

Text Example


Text Example

White with #551077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551077; }

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

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

background-color css

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

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

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

border-color css

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

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

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