Html Css Color HEX #550678 Indigo

📋 copy color: '#550678'

red 85 ◦ green 6 ◦ blue 120

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

Shades of Indigo #550678

Tints of Indigo #550678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 56.87%

R = 40.28%
G = 2.84%
B = 56.87%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#550678 (or 0x550678) is known color: Indigo. HEX triplet: 55, 06 and 78. RGB value is (85,6,120). Sum of RGB (Red+Green+Blue) = 85+6+120=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #550678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550678 is #AAF987. Grayscale: #2A2A2A. Windows color (decimal): -11205000 or 7865941. OLE color: 7865941.

HSL color Cylindrical-coordinate representation of color #550678: hue angle of 281.58º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550678 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 6 120 -
CMYK 0.29 0.95 0 0.53
HSL 281.58º 0.9% 0.25% -
HSV(B) 281.58º 0.95% 0.47% -
XYZ 7.2 3.42 18.05 -
YUV 42.62 171.67 158.23 -
System Red Green Blue C M Y K H S L
Decimal 85 6 120 0.29 0.95 0 0.53 281.58 0.9 0.25
Hex 55 6 78 1D 5F 0 35 11A 5A 19
Octal 125 6 170 35 137 0 65 432 132 31
Binary 1010101 110 1111000 11101 1011111 0 110101 100011010 1011010 11001

Color Harmonies of #550678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550678

Black with #550678

Text Example


Text Example

White with #550678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550678; }

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

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

background-color css

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

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

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

border-color css

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

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

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