Html Css Color HEX #550464 Indigo

📋 copy color: '#550464'

red 85 ◦ green 4 ◦ blue 100

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

Shades of Indigo #550464

Tints of Indigo #550464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.12%

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

R = 44.97%
G = 2.12%
B = 52.91%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#550464 (or 0x550464) is known color: Indigo. HEX triplet: 55, 04 and 64. RGB value is (85,4,100). Sum of RGB (Red+Green+Blue) = 85+4+100=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 100 (39.45% from 255 or 52.91% from 189); Max value from RGB is 100 - color contains mainly: blue. Hex color #550464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550464 is #AAFB9B. Grayscale: #262626. Windows color (decimal): -11205532 or 6554709. OLE color: 6554709.

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

Color convert

RGB 85 4 100 -
CMYK 0.15 0.96 0 0.61
HSL 290.63º 0.92% 0.2% -
HSV(B) 290.63º 0.96% 0.39% -
XYZ 6.09 2.94 12.3 -
YUV 39.16 162.34 160.69 -
System Red Green Blue C M Y K H S L
Decimal 85 4 100 0.15 0.96 0 0.61 290.63 0.92 0.2
Hex 55 4 64 F 60 0 3D 123 5C 14
Octal 125 4 144 17 140 0 75 443 134 24
Binary 1010101 100 1100100 1111 1100000 0 111101 100100011 1011100 10100

Color Harmonies of #550464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550464

Black with #550464

Text Example


Text Example

White with #550464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550464; }

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

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

background-color css

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

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

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

border-color css

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

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

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