Html Css Color HEX #550C71 Indigo

📋 copy color: '#550C71'

red 85 ◦ green 12 ◦ blue 113

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

Shades of Indigo #550C71

Tints of Indigo #550C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.71%

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

R = 40.48%
G = 5.71%
B = 53.81%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#550C71 (or 0x550C71) is known color: Indigo. HEX triplet: 55, 0C and 71. RGB value is (85,12,113). Sum of RGB (Red+Green+Blue) = 85+12+113=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #550C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C71 is #AAF38E. Grayscale: #2D2D2D. Windows color (decimal): -11203471 or 7408725. OLE color: 7408725.

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

Color convert

RGB 85 12 113 -
CMYK 0.25 0.89 0 0.56
HSL 283.37º 0.81% 0.25% -
HSV(B) 283.37º 0.89% 0.44% -
XYZ 6.86 3.39 15.91 -
YUV 45.34 166.18 156.29 -
System Red Green Blue C M Y K H S L
Decimal 85 12 113 0.25 0.89 0 0.56 283.37 0.81 0.25
Hex 55 C 71 19 59 0 38 11B 51 19
Octal 125 14 161 31 131 0 70 433 121 31
Binary 1010101 1100 1110001 11001 1011001 0 111000 100011011 1010001 11001

Color Harmonies of #550C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550C71

Black with #550C71

Text Example


Text Example

White with #550C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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