Html Css Color HEX #551174 Indigo

📋 copy color: '#551174'

red 85 ◦ green 17 ◦ blue 116

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

Shades of Indigo #551174

Tints of Indigo #551174

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.8%

 BLUE value IS 116 (45.7% from 255) = 53.21%

R = 38.99%
G = 7.8%
B = 53.21%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#551174 (or 0x551174) is known color: Indigo. HEX triplet: 55, 11 and 74. RGB value is (85,17,116). Sum of RGB (Red+Green+Blue) = 85+17+116=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #551174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551174 is #AAEE8B. Grayscale: #303030. Windows color (decimal): -11202188 or 7606613. OLE color: 7606613.

HSL color Cylindrical-coordinate representation of color #551174: hue angle of 281.21º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551174 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 17 116 -
CMYK 0.27 0.85 0 0.55
HSL 281.21º 0.74% 0.26% -
HSV(B) 281.21º 0.85% 0.45% -
XYZ 7.1 3.59 16.84 -
YUV 48.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 85 17 116 0.27 0.85 0 0.55 281.21 0.74 0.26
Hex 55 11 74 1B 55 0 37 119 4A 1A
Octal 125 21 164 33 125 0 67 431 112 32
Binary 1010101 10001 1110100 11011 1010101 0 110111 100011001 1001010 11010

Color Harmonies of #551174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551174

Black with #551174

Text Example


Text Example

White with #551174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551174; }

 p { color: rgb(85,17,116); }

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

background-color css

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

 a { background-color: rgb(85,17,116); }

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

border-color css

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

 span { border-color: rgb(85,17,116); }

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