Html Css Color HEX #550673 Indigo

📋 copy color: '#550673'

red 85 ◦ green 6 ◦ blue 115

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

Shades of Indigo #550673

Tints of Indigo #550673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.91%

 BLUE value IS 115 (45.31% from 255) = 55.83%

R = 41.26%
G = 2.91%
B = 55.83%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#550673 (or 0x550673) is known color: Indigo. HEX triplet: 55, 06 and 73. RGB value is (85,6,115). Sum of RGB (Red+Green+Blue) = 85+6+115=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #550673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550673 is #AAF98C. Grayscale: #292929. Windows color (decimal): -11205005 or 7538261. OLE color: 7538261.

HSL color Cylindrical-coordinate representation of color #550673: hue angle of 283.49º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550673 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 6 115 -
CMYK 0.26 0.95 0 0.55
HSL 283.49º 0.9% 0.24% -
HSV(B) 283.49º 0.95% 0.45% -
XYZ 6.91 3.3 16.49 -
YUV 42.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 85 6 115 0.26 0.95 0 0.55 283.49 0.9 0.24
Hex 55 6 73 1A 5F 0 37 11B 5A 18
Octal 125 6 163 32 137 0 67 433 132 30
Binary 1010101 110 1110011 11010 1011111 0 110111 100011011 1011010 11000

Color Harmonies of #550673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550673

Black with #550673

Text Example


Text Example

White with #550673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550673; }

 p { color: rgb(85,6,115); }

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

background-color css

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

 a { background-color: rgb(85,6,115); }

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

border-color css

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

 span { border-color: rgb(85,6,115); }

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