Html Css Color HEX #551995 Indigo

📋 copy color: '#551995'

red 85 ◦ green 25 ◦ blue 149

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

Shades of Indigo #551995

Tints of Indigo #551995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.65%

 BLUE value IS 149 (58.59% from 255) = 57.53%

R = 32.82%
G = 9.65%
B = 57.53%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#551995 (or 0x551995) is known color: Indigo. HEX triplet: 55, 19 and 95. RGB value is (85,25,149). Sum of RGB (Red+Green+Blue) = 85+25+149=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #551995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551995 is #AAE66A. Grayscale: #383838. Windows color (decimal): -11200107 or 9771349. OLE color: 9771349.

HSL color Cylindrical-coordinate representation of color #551995: hue angle of 269.03º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #551995 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 25 149 -
CMYK 0.43 0.83 0 0.42
HSL 269.03º 0.71% 0.34% -
HSV(B) 269.03º 0.83% 0.58% -
XYZ 9.52 4.8 28.86 -
YUV 57.08 179.88 147.92 -
System Red Green Blue C M Y K H S L
Decimal 85 25 149 0.43 0.83 0 0.42 269.03 0.71 0.34
Hex 55 19 95 2B 53 0 2A 10D 47 22
Octal 125 31 225 53 123 0 52 415 107 42
Binary 1010101 11001 10010101 101011 1010011 0 101010 100001101 1000111 100010

Color Harmonies of #551995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551995

Black with #551995

Text Example


Text Example

White with #551995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551995; }

 p { color: rgb(85,25,149); }

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

background-color css

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

 a { background-color: rgb(85,25,149); }

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

border-color css

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

 span { border-color: rgb(85,25,149); }

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