Html Css Color HEX #551778 Indigo

📋 copy color: '#551778'

red 85 ◦ green 23 ◦ blue 120

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

Shades of Indigo #551778

Tints of Indigo #551778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 52.63%

R = 37.28%
G = 10.09%
B = 52.63%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#551778 (or 0x551778) is known color: Indigo. HEX triplet: 55, 17 and 78. RGB value is (85,23,120). Sum of RGB (Red+Green+Blue) = 85+23+120=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #551778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551778 is #AAE887. Grayscale: #343434. Windows color (decimal): -11200648 or 7870293. OLE color: 7870293.

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

Color convert

RGB 85 23 120 -
CMYK 0.29 0.81 0 0.53
HSL 278.35º 0.68% 0.28% -
HSV(B) 278.35º 0.81% 0.47% -
XYZ 7.44 3.9 18.13 -
YUV 52.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 85 23 120 0.29 0.81 0 0.53 278.35 0.68 0.28
Hex 55 17 78 1D 51 0 35 116 44 1C
Octal 125 27 170 35 121 0 65 426 104 34
Binary 1010101 10111 1111000 11101 1010001 0 110101 100010110 1000100 11100

Color Harmonies of #551778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551778

Black with #551778

Text Example


Text Example

White with #551778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551778; }

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

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

background-color css

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

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

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

border-color css

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

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

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