Html Css Color HEX #551775 Indigo

📋 copy color: '#551775'

red 85 ◦ green 23 ◦ blue 117

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

Shades of Indigo #551775

Tints of Indigo #551775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52%

R = 37.78%
G = 10.22%
B = 52%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#551775 (or 0x551775) is known color: Indigo. HEX triplet: 55, 17 and 75. RGB value is (85,23,117). Sum of RGB (Red+Green+Blue) = 85+23+117=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #551775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551775 is #AAE88A. Grayscale: #333333. Windows color (decimal): -11200651 or 7673685. OLE color: 7673685.

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

Color convert

RGB 85 23 117 -
CMYK 0.27 0.80 0 0.54
HSL 279.57º 0.67% 0.27% -
HSV(B) 279.57º 0.8% 0.46% -
XYZ 7.26 3.83 17.19 -
YUV 52.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 85 23 117 0.27 0.80 0 0.54 279.57 0.67 0.27
Hex 55 17 75 1B 50 0 36 118 43 1B
Octal 125 27 165 33 120 0 66 430 103 33
Binary 1010101 10111 1110101 11011 1010000 0 110110 100011000 1000011 11011

Color Harmonies of #551775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551775

Black with #551775

Text Example


Text Example

White with #551775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551775; }

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

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

background-color css

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

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

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

border-color css

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

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

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