Html Css Color HEX #550164 Indigo

📋 copy color: '#550164'

red 85 ◦ green 1 ◦ blue 100

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

Shades of Indigo #550164

Tints of Indigo #550164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 53.76%

R = 45.7%
G = 0.54%
B = 53.76%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#550164 (or 0x550164) is known color: Indigo. HEX triplet: 55, 01 and 64. RGB value is (85,1,100). Sum of RGB (Red+Green+Blue) = 85+1+100=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 100 (39.45% from 255 or 53.76% from 186); Max value from RGB is 100 - color contains mainly: blue. Hex color #550164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550164 is #AAFE9B. Grayscale: #252525. Windows color (decimal): -11206300 or 6553941. OLE color: 6553941.

HSL color Cylindrical-coordinate representation of color #550164: hue angle of 290.91º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550164 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 1 100 -
CMYK 0.15 0.99 0 0.61
HSL 290.91º 0.98% 0.2% -
HSV(B) 290.91º 0.99% 0.39% -
XYZ 6.06 2.87 12.29 -
YUV 37.4 163.33 161.95 -
System Red Green Blue C M Y K H S L
Decimal 85 1 100 0.15 0.99 0 0.61 290.91 0.98 0.2
Hex 55 1 64 F 63 0 3D 123 62 14
Octal 125 1 144 17 143 0 75 443 142 24
Binary 1010101 1 1100100 1111 1100011 0 111101 100100011 1100010 10100

Color Harmonies of #550164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550164

Black with #550164

Text Example


Text Example

White with #550164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550164; }

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

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

background-color css

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

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

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

border-color css

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

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

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