Html Css Color HEX #550180 Indigo

📋 copy color: '#550180'

red 85 ◦ green 1 ◦ blue 128

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

Shades of Indigo #550180

Tints of Indigo #550180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 128 (50.39% from 255) = 59.81%

R = 39.72%
G = 0.47%
B = 59.81%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#550180 (or 0x550180) is known color: Indigo. HEX triplet: 55, 01 and 80. RGB value is (85,1,128). Sum of RGB (Red+Green+Blue) = 85+1+128=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #550180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550180 is #AAFE7F. Grayscale: #282828. Windows color (decimal): -11206272 or 8388949. OLE color: 8388949.

HSL color Cylindrical-coordinate representation of color #550180: hue angle of 279.69º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550180 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 1 128 -
CMYK 0.34 0.99 0 0.50
HSL 279.69º 0.98% 0.25% -
HSV(B) 279.69º 0.99% 0.5% -
XYZ 7.65 3.51 20.7 -
YUV 40.59 177.33 159.67 -
System Red Green Blue C M Y K H S L
Decimal 85 1 128 0.34 0.99 0 0.50 279.69 0.98 0.25
Hex 55 1 80 22 63 0 32 118 62 19
Octal 125 1 200 42 143 0 62 430 142 31
Binary 1010101 1 10000000 100010 1100011 0 110010 100011000 1100010 11001

Color Harmonies of #550180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550180

Black with #550180

Text Example


Text Example

White with #550180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550180; }

 p { color: rgb(85,1,128); }

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

background-color css

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

 a { background-color: rgb(85,1,128); }

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

border-color css

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

 span { border-color: rgb(85,1,128); }

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