Html Css Color HEX #550061 Indigo

📋 copy color: '#550061'

red 85 ◦ green 0 ◦ blue 97

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

Shades of Indigo #550061

Tints of Indigo #550061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 53.3%

R = 46.7%
G = 0%
B = 53.3%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#550061 (or 0x550061) is known color: Indigo. HEX triplet: 55, 00 and 61. RGB value is (85,0,97). Sum of RGB (Red+Green+Blue) = 85+0+97=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #550061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550061 is #AAFF9E. Grayscale: #242424. Windows color (decimal): -11206559 or 6357077. OLE color: 6357077.

HSL color Cylindrical-coordinate representation of color #550061: hue angle of 292.58º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550061 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 0 97 -
CMYK 0.12 1 0 0.62
HSL 292.58º 1% 0.19% -
HSV(B) 292.58º 1% 0.38% -
XYZ 5.9 2.79 11.54 -
YUV 36.47 162.16 162.61 -
System Red Green Blue C M Y K H S L
Decimal 85 0 97 0.12 1 0 0.62 292.58 1 0.19
Hex 55 0 61 C 64 0 3E 125 64 13
Octal 125 0 141 14 144 0 76 445 144 23
Binary 1010101 0 1100001 1100 1100100 0 111110 100100101 1100100 10011

Color Harmonies of #550061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550061

Black with #550061

Text Example


Text Example

White with #550061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550061; }

 p { color: rgb(85,0,97); }

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

background-color css

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

 a { background-color: rgb(85,0,97); }

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

border-color css

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

 span { border-color: rgb(85,0,97); }

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