Html Css Color HEX #551071 Indigo

📋 copy color: '#551071'

red 85 ◦ green 16 ◦ blue 113

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

Shades of Indigo #551071

Tints of Indigo #551071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 52.8%

R = 39.72%
G = 7.48%
B = 52.8%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#551071 (or 0x551071) is known color: Indigo. HEX triplet: 55, 10 and 71. RGB value is (85,16,113). Sum of RGB (Red+Green+Blue) = 85+16+113=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #551071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551071 is #AAEF8E. Grayscale: #2F2F2F. Windows color (decimal): -11202447 or 7409749. OLE color: 7409749.

HSL color Cylindrical-coordinate representation of color #551071: hue angle of 282.68º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551071 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 16 113 -
CMYK 0.25 0.86 0 0.56
HSL 282.68º 0.75% 0.25% -
HSV(B) 282.68º 0.86% 0.44% -
XYZ 6.91 3.49 15.93 -
YUV 47.69 164.86 154.61 -
System Red Green Blue C M Y K H S L
Decimal 85 16 113 0.25 0.86 0 0.56 282.68 0.75 0.25
Hex 55 10 71 19 56 0 38 11B 4B 19
Octal 125 20 161 31 126 0 70 433 113 31
Binary 1010101 10000 1110001 11001 1010110 0 111000 100011011 1001011 11001

Color Harmonies of #551071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551071

Black with #551071

Text Example


Text Example

White with #551071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551071; }

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

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

background-color css

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

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

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

border-color css

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

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

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