Html Css Color HEX #550463 Indigo

📋 copy color: '#550463'

red 85 ◦ green 4 ◦ blue 99

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

Shades of Indigo #550463

Tints of Indigo #550463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 52.66%

R = 45.21%
G = 2.13%
B = 52.66%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#550463 (or 0x550463) is known color: Indigo. HEX triplet: 55, 04 and 63. RGB value is (85,4,99). Sum of RGB (Red+Green+Blue) = 85+4+99=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #550463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550463 is #AAFB9C. Grayscale: #262626. Windows color (decimal): -11205533 or 6489173. OLE color: 6489173.

HSL color Cylindrical-coordinate representation of color #550463: hue angle of 291.16º 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 #550463 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 4 99 -
CMYK 0.14 0.96 0 0.61
HSL 291.16º 0.92% 0.2% -
HSV(B) 291.16º 0.96% 0.39% -
XYZ 6.04 2.92 12.05 -
YUV 39.05 161.84 160.78 -
System Red Green Blue C M Y K H S L
Decimal 85 4 99 0.14 0.96 0 0.61 291.16 0.92 0.2
Hex 55 4 63 E 60 0 3D 123 5C 14
Octal 125 4 143 16 140 0 75 443 134 24
Binary 1010101 100 1100011 1110 1100000 0 111101 100100011 1011100 10100

Color Harmonies of #550463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550463

Black with #550463

Text Example


Text Example

White with #550463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550463; }

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

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

background-color css

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

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

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

border-color css

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

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

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